From 7e0cf73209d89654da9aba5eb7c10d1407ca729f Mon Sep 17 00:00:00 2001 From: Mohit Kumar Date: Thu, 29 Feb 2024 20:36:09 +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 1f5d0195..7e60be37 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}"