From fa35a7fdf64425a12b1b5286ee9397b588cfc29a Mon Sep 17 00:00:00 2001 From: Mohit Kumar <113413713+mohitamg@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:38:38 +0530 Subject: [PATCH] Fixed CVE-2023-50570 (#1126) Signed-off-by: Mohit Kumar --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2fedc41de..a58aaeb3d 100644 --- a/build.gradle +++ b/build.gradle @@ -206,7 +206,7 @@ dependencies { implementation "org.jetbrains:annotations:13.0" implementation project(path: ":${rootProject.name}-spi", configuration: 'shadow') implementation "org.opensearch:common-utils:${common_utils_version}" - implementation "com.github.seancfoley:ipaddress:5.3.3" + implementation "com.github.seancfoley:ipaddress:5.4.1" implementation "commons-codec:commons-codec:${versions.commonscodec}" implementation "org.apache.httpcomponents:httpclient:${versions.httpclient}" implementation "org.apache.httpcomponents:httpcore:${versions.httpcore}"