From 93cd61598f7e29e63892bf9926ce0b379cc9bba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 21:10:12 +0000 Subject: [PATCH] Bump com.maxmind.db:maxmind-db from 3.1.1 to 3.2.0 Bumps [com.maxmind.db:maxmind-db](https://github.com/maxmind/MaxMind-DB-Reader-java) from 3.1.1 to 3.2.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.1.1...v3.2.0) --- updated-dependencies: - dependency-name: com.maxmind.db:maxmind-db dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d154986..2abedc7 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.0' implementation 'com.google.guava:guava:33.4.8-jre' implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.5' - implementation 'com.maxmind.db:maxmind-db:3.1.1' + implementation 'com.maxmind.db:maxmind-db:3.2.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.2'