Skip to content

Commit d588f5b

Browse files
committed
Updated maxmind-db dependency to 4.0.1
This makes `DecodedValue` public again, allowing custom `NodeCache` implementations to be created. Fixes #636.
1 parent 2acb946 commit d588f5b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGELOG
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+
411
5.0.0 (2025-11-20)
512
------------------
613

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
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>

0 commit comments

Comments
 (0)