Skip to content

Commit 7e551b5

Browse files
committed
Update other dependencies
1 parent 61ecee6 commit 7e551b5

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ CHANGELOG
77
* Updated `geoip2` to 4.1.0 to prevent exception when deserializing the
88
new `Satellite` value to the `ConnectionType` enum. Pull request by
99
Neal Zhu. GitHub #278.
10+
* Jackson was updated to 2.15.2.
1011

1112
3.1.0 (2023-03-02)
1213
------------------

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,22 @@
3939
<dependency>
4040
<groupId>com.fasterxml.jackson.core</groupId>
4141
<artifactId>jackson-core</artifactId>
42-
<version>2.14.2</version>
42+
<version>2.15.2</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.fasterxml.jackson.core</groupId>
4646
<artifactId>jackson-databind</artifactId>
47-
<version>2.14.2</version>
47+
<version>2.15.2</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.fasterxml.jackson.core</groupId>
5151
<artifactId>jackson-annotations</artifactId>
52-
<version>2.14.2</version>
52+
<version>2.15.2</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.fasterxml.jackson.datatype</groupId>
5656
<artifactId>jackson-datatype-jsr310</artifactId>
57-
<version>2.14.2</version>
57+
<version>2.15.2</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>com.maxmind.geoip2</groupId>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>com.github.tomakehurst</groupId>
7777
<artifactId>wiremock</artifactId>
78-
<version>2.27.2</version>
78+
<version>3.0.1</version>
7979
<scope>test</scope>
8080
</dependency>
8181
<dependency>
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>com.fasterxml.jackson.jr</groupId>
8989
<artifactId>jackson-jr-objects</artifactId>
90-
<version>2.14.2</version>
90+
<version>2.15.2</version>
9191
<scope>test</scope>
9292
</dependency>
9393
<dependency>
@@ -99,7 +99,7 @@
9999
<dependency>
100100
<groupId>com.jcabi</groupId>
101101
<artifactId>jcabi-matchers</artifactId>
102-
<version>1.6.0</version>
102+
<version>1.7.0</version>
103103
<scope>test</scope>
104104
</dependency>
105105
</dependencies>
@@ -119,7 +119,7 @@
119119
<dependency>
120120
<groupId>com.puppycrawl.tools</groupId>
121121
<artifactId>checkstyle</artifactId>
122-
<version>10.8.0</version>
122+
<version>10.12.4</version>
123123
</dependency>
124124
</dependencies>
125125
<executions>

0 commit comments

Comments
 (0)