From 34888f4a8878657c04e76f518f83b50fff5da9fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 09:16:39 +0000 Subject: [PATCH] dependabot: bump com.github.seancfoley:ipaddress from 5.4.1 to 5.5.1 Bumps [com.github.seancfoley:ipaddress](https://github.com/seancfoley/IPAddress) from 5.4.1 to 5.5.1. - [Release notes](https://github.com/seancfoley/IPAddress/releases) - [Commits](https://github.com/seancfoley/IPAddress/compare/v5.4.1...v5.5.1) --- updated-dependencies: - dependency-name: com.github.seancfoley:ipaddress dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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}"