Skip to content

Commit f41d4c6

Browse files
committed
Update maxmind-db and jackson-databind
1 parent 151fa52 commit f41d4c6

2 files changed

Lines changed: 9 additions & 2 deletions

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+
2.13.1 (2020-03-03)
5+
-------------------
6+
7+
* Update `maxmind-db` dependency to fix handling of long strings in the
8+
database. Reported by Dongmin Yu. GitHub #181.
9+
* Update Jackson dependencies.
10+
411
2.13.0 (2019-12-18)
512
-------------------
613

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.maxmind.db</groupId>
4141
<artifactId>maxmind-db</artifactId>
42-
<version>1.3.0</version>
42+
<version>1.3.1</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.apache.httpcomponents</groupId>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.fasterxml.jackson.core</groupId>
5151
<artifactId>jackson-databind</artifactId>
52-
<version>2.10.1</version>
52+
<version>2.10.3</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)