We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
maxmind-db
1 parent 2acb946 commit d588f5bCopy full SHA for d588f5b
2 files changed
CHANGELOG.md
@@ -1,6 +1,13 @@
1
CHANGELOG
2
=========
3
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
11
5.0.0 (2025-11-20)
12
------------------
13
pom.xml
@@ -53,7 +53,7 @@
53
<dependency>
54
<groupId>com.maxmind.db</groupId>
55
<artifactId>maxmind-db</artifactId>
56
- <version>4.0.0</version>
+ <version>4.0.1</version>
57
</dependency>
58
59
<groupId>com.fasterxml.jackson.core</groupId>
0 commit comments