From d588f5be26c2b9ea734074f1026b900f85511522 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 2 Dec 2025 10:39:08 -0800 Subject: [PATCH 1/2] Updated `maxmind-db` dependency to 4.0.1 This makes `DecodedValue` public again, allowing custom `NodeCache` implementations to be created. Fixes #636. --- CHANGELOG.md | 7 +++++++ pom.xml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a55c013..12f4cd3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ CHANGELOG ========= +5.0.1 (2025-12-02) +------------------ + +* Updated `maxmind-db` dependency to 4.0.1. This makes `DecodedValue` public + again, allowing custom `NodeCache` implementations to be created. GitHub + #636. + 5.0.0 (2025-11-20) ------------------ diff --git a/pom.xml b/pom.xml index 6f392c7f..7ee3a4cd 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ com.maxmind.db maxmind-db - 4.0.0 + 4.0.1 com.fasterxml.jackson.core From ed9b34b6dd37665a49871d329a27345f55c4ee4c Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 2 Dec 2025 10:40:39 -0800 Subject: [PATCH 2/2] Preparing for 5.0.1 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3aba8a69..51be05ac 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To do this, add the dependency to your pom.xml: com.maxmind.geoip2 geoip2 - 5.0.0 + 5.0.1 ``` @@ -30,7 +30,7 @@ repositories { mavenCentral() } dependencies { - compile 'com.maxmind.geoip2:geoip2:5.0.0' + compile 'com.maxmind.geoip2:geoip2:5.0.1' } ``` diff --git a/pom.xml b/pom.xml index 7ee3a4cd..d0280b49 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.maxmind.geoip2 geoip2 - 5.0.0 + 5.0.1 jar MaxMind GeoIP2 API GeoIP2 webservice client and database reader