From b0c5932b186639f4e5788cef32f21e7be8686faa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 02:24:14 +0000 Subject: [PATCH] Bump com.maxmind.geoip2:geoip2 from 4.2.0 to 4.3.1 Bumps [com.maxmind.geoip2:geoip2](https://github.com/maxmind/GeoIP2-java) from 4.2.0 to 4.3.1. - [Release notes](https://github.com/maxmind/GeoIP2-java/releases) - [Changelog](https://github.com/maxmind/GeoIP2-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/maxmind/GeoIP2-java/compare/v4.2.0...v4.3.1) --- updated-dependencies: - dependency-name: com.maxmind.geoip2:geoip2 dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- data-prepper-plugins/geoip-processor/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-prepper-plugins/geoip-processor/build.gradle b/data-prepper-plugins/geoip-processor/build.gradle index b20a5b36c3..37ea7eb835 100644 --- a/data-prepper-plugins/geoip-processor/build.gradle +++ b/data-prepper-plugins/geoip-processor/build.gradle @@ -20,7 +20,7 @@ dependencies { implementation libs.commons.io implementation 'software.amazon.awssdk:sts' implementation 'software.amazon.awssdk:s3' - implementation 'com.maxmind.geoip2:geoip2:4.2.0' + implementation 'com.maxmind.geoip2:geoip2:4.3.1' implementation 'com.maxmind.db:maxmind-db:3.1.0' implementation 'org.hibernate.validator:hibernate-validator:8.0.1.Final' implementation libs.commons.lang3