From 14d4810b8e077023e98f34ce4deeb0d8983c5fd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 09:17:44 -0800 Subject: [PATCH] dependabot: bump com.github.seancfoley:ipaddress from 5.4.1 to 5.5.1 (#1331) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ac7944155..62272b53d 100644 --- a/build.gradle +++ b/build.gradle @@ -209,7 +209,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.4.1" + implementation "com.github.seancfoley:ipaddress:5.5.1" implementation "commons-codec:commons-codec:${versions.commonscodec}" implementation "org.apache.httpcomponents:httpclient:${versions.httpclient}" implementation "org.apache.httpcomponents:httpcore:${versions.httpcore}"