From 429a80d46527ad013cd426769d1080fff899ab8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 10:21:58 +0000 Subject: [PATCH] Bump geoip2 from 2.15.0 to 3.0.0 in /Plan Bumps [geoip2](https://github.com/maxmind/GeoIP2-java) from 2.15.0 to 3.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/v2.15.0...v3.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] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index d47690ee9d..4a934df4f3 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -83,7 +83,7 @@ subprojects { sqliteVersion = "3.36.0.1" hikariVersion = "4.0.3" slf4jVersion = "1.7.32" - geoIpVersion = "2.15.0" + geoIpVersion = "3.0.0" gsonVersion = "2.8.7" bstatsVersion = "2.2.1" placeholderapiVersion = "2.10.10"