File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 5.0.1 (2025-12-02)
5+ ------------------
6+
7+ * Updated ` maxmind-db ` dependency to 4.0.1. This makes ` DecodedValue ` public
8+ again, allowing custom ` NodeCache ` implementations to be created. GitHub
9+ #636 .
10+
4115.0.0 (2025-11-20)
512------------------
613
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ To do this, add the dependency to your pom.xml:
1717 <dependency >
1818 <groupId >com.maxmind.geoip2</groupId >
1919 <artifactId >geoip2</artifactId >
20- <version >5.0.0 </version >
20+ <version >5.0.1 </version >
2121 </dependency >
2222```
2323
@@ -30,7 +30,7 @@ repositories {
3030 mavenCentral()
3131}
3232dependencies {
33- compile 'com.maxmind.geoip2:geoip2:5.0.0 '
33+ compile 'com.maxmind.geoip2:geoip2:5.0.1 '
3434}
3535```
3636
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.maxmind.geoip2</groupId >
55 <artifactId >geoip2</artifactId >
6- <version >5.0.0 </version >
6+ <version >5.0.1 </version >
77 <packaging >jar</packaging >
88 <name >MaxMind GeoIP2 API</name >
99 <description >GeoIP2 webservice client and database reader</description >
5353 <dependency >
5454 <groupId >com.maxmind.db</groupId >
5555 <artifactId >maxmind-db</artifactId >
56- <version >4.0.0 </version >
56+ <version >4.0.1 </version >
5757 </dependency >
5858 <dependency >
5959 <groupId >com.fasterxml.jackson.core</groupId >
You can’t perform that action at this time.
0 commit comments