From 41aa4fa4ff07c251b7be84ec3d117fb34df8f4dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 21:01:31 +0000 Subject: [PATCH] Bump com.maxmind.db:maxmind-db from 3.2.0 to 4.0.0 Bumps [com.maxmind.db:maxmind-db](https://github.com/maxmind/MaxMind-DB-Reader-java) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/maxmind/MaxMind-DB-Reader-java/releases) - [Changelog](https://github.com/maxmind/MaxMind-DB-Reader-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/maxmind/MaxMind-DB-Reader-java/compare/v3.2.0...v4.0.0) --- updated-dependencies: - dependency-name: com.maxmind.db:maxmind-db dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 81bfb3d..20947a1 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0' implementation 'com.google.guava:guava:33.5.0-jre' implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.5.1' - implementation 'com.maxmind.db:maxmind-db:3.2.0' + implementation 'com.maxmind.db:maxmind-db:4.0.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.1'