From 19a1a16c585e542d02282c1ff3bc6ca5eef2ee87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 02:13:31 +0000 Subject: [PATCH] Bump geoip2 from 3.0.0 to 4.0.1 Bumps [geoip2](https://github.com/maxmind/GeoIP2-java) from 3.0.0 to 4.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/v3.0.0...v4.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] --- backend/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pom.xml b/backend/pom.xml index a2c7d31..05735f0 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -27,7 +27,7 @@ com.maxmind.geoip2 geoip2 - 3.0.0 + 4.0.1 org.springframework.boot