From ecde4ee75aca46d6ab34d42ddab5336d0e7f3a78 Mon Sep 17 00:00:00 2001 From: Mohit Kumar Date: Thu, 29 Feb 2024 20:38:39 +0530 Subject: [PATCH] Fix for CVE-2023-50570(Bumping up to latest version of ipaddress library Signed-off-by: Mohit Kumar --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 55897a30..178869a5 100644 --- a/build.gradle +++ b/build.gradle @@ -118,7 +118,7 @@ dependencies { compile "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}" compile "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}" compile "org.jetbrains:annotations:13.0" - compile "com.github.seancfoley:ipaddress:5.3.3" + compile "com.github.seancfoley:ipaddress:5.4.1" compile "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.5" compile "org.opensearch:common-utils:${common_utils_version}"