From e21e7aa06859c8906845bcf820bd2abf126dbed6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 19:04:49 +0200 Subject: [PATCH] Bump geoip2 from 3.0.2 to 4.0.0 in /Plan (#2787) Bumps [geoip2](https://github.com/maxmind/GeoIP2-java) from 3.0.2 to 4.0.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/v3.0.2...v4.0.0) --- updated-dependencies: - dependency-name: com.maxmind.geoip2:geoip2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] 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 c713b72b6..d43f08e02 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -92,7 +92,7 @@ subprojects { adventureVersion = "4.12.0" hikariVersion = "5.0.1" slf4jVersion = "2.0.6" - geoIpVersion = "3.0.2" + geoIpVersion = "4.0.0" gsonVersion = "2.10.1" dependencyDownloadVersion = "1.3.0"