From a36796d9e1f738156e6a062ad4f9418809e4ea2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 May 2022 17:09:40 +0300 Subject: [PATCH] Bump geoip2 from 2.16.1 to 3.0.1 in /Plan (#2309) Bumps [geoip2](https://github.com/maxmind/GeoIP2-java) from 2.16.1 to 3.0.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/v2.16.1...v3.0.1) --- updated-dependencies: - dependency-name: com.maxmind.geoip2:geoip2 dependency-type: direct:production update-type: version-update:semver-major ... 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 dec794e80..6e3b4c0b9 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -80,7 +80,7 @@ subprojects { sqliteVersion = "3.36.0.3" hikariVersion = "5.0.1" slf4jVersion = "1.7.36" - geoIpVersion = "2.16.1" + geoIpVersion = "3.0.1" gsonVersion = "2.9.0" dependencyDownloadVersion = "1.2.1"