Skip to content

Commit 0ecabf5

Browse files
committed
Update dependencies
1 parent 131a8b0 commit 0ecabf5

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
2.17.0 (2023-11-21)
5+
-------------------
6+
7+
* Updated Jackson and `maxmind-db` dependencies.
8+
49
2.16.1 (2021-11-18)
510
-------------------
611

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
<dependency>
4040
<groupId>com.maxmind.db</groupId>
4141
<artifactId>maxmind-db</artifactId>
42-
<version>2.0.0</version>
42+
<version>2.1.0</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.apache.httpcomponents</groupId>
4646
<artifactId>httpclient</artifactId>
47-
<version>4.5.13</version>
47+
<version>4.5.14</version>
4848
</dependency>
4949
<dependency>
5050
<!-- httpclient pulls this in. We pull in a newer version
@@ -56,17 +56,17 @@
5656
<dependency>
5757
<groupId>com.fasterxml.jackson.core</groupId>
5858
<artifactId>jackson-databind</artifactId>
59-
<version>2.13.0</version>
59+
<version>2.16.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.fasterxml.jackson.core</groupId>
6363
<artifactId>jackson-core</artifactId>
64-
<version>2.13.0</version>
64+
<version>2.16.0</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>com.fasterxml.jackson.core</groupId>
6868
<artifactId>jackson-annotations</artifactId>
69-
<version>2.13.0</version>
69+
<version>2.16.0</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>junit</groupId>
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>com.fasterxml.jackson.jr</groupId>
8585
<artifactId>jackson-jr-objects</artifactId>
86-
<version>2.13.0</version>
86+
<version>2.16.0</version>
8787
<scope>test</scope>
8888
</dependency>
8989
<dependency>

0 commit comments

Comments
 (0)