From a8025a18c04c5c7fca0f61a854814e9d1e6c1fff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 18:58:00 +0300 Subject: [PATCH] Bump com.maxmind.geoip2:geoip2 from 4.0.1 to 4.1.0 in /Plan (#3145) Bumps [com.maxmind.geoip2:geoip2](https://github.com/maxmind/GeoIP2-java) from 4.0.1 to 4.1.0. - [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.0.1...v4.1.0) --- updated-dependencies: - dependency-name: com.maxmind.geoip2:geoip2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 3791f16d6..942bccdde 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -93,7 +93,7 @@ subprojects { adventureVersion = "4.14.0" hikariVersion = "5.0.1" slf4jVersion = "2.0.7" - geoIpVersion = "4.0.1" + geoIpVersion = "4.1.0" gsonVersion = "2.10.1" dependencyDownloadVersion = "1.3.1" ipAddressMatcherVersion = "5.4.0"