Skip to content

Commit 20d684c

Browse files
committed
Update Jackson deps
1 parent 3de7ca4 commit 20d684c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,22 +53,22 @@
5353
<dependency>
5454
<groupId>com.fasterxml.jackson.core</groupId>
5555
<artifactId>jackson-core</artifactId>
56-
<version>2.20.1</version>
56+
<version>2.21.0</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.fasterxml.jackson.core</groupId>
6060
<artifactId>jackson-databind</artifactId>
61-
<version>2.20.1</version>
61+
<version>2.21.0</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.fasterxml.jackson.core</groupId>
6565
<artifactId>jackson-annotations</artifactId>
66-
<version>2.20</version>
66+
<version>2.21</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.fasterxml.jackson.datatype</groupId>
7070
<artifactId>jackson-datatype-jsr310</artifactId>
71-
<version>2.20.1</version>
71+
<version>2.21.0</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.maxmind.geoip2</groupId>
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>com.fasterxml.jackson.jr</groupId>
9898
<artifactId>jackson-jr-objects</artifactId>
99-
<version>2.20.1</version>
99+
<version>2.21.0</version>
100100
<scope>test</scope>
101101
</dependency>
102102
<dependency>
@@ -252,7 +252,7 @@
252252
<plugin>
253253
<groupId>org.codehaus.mojo</groupId>
254254
<artifactId>versions-maven-plugin</artifactId>
255-
<version>2.20.1</version>
255+
<version>2.21.0</version>
256256
</plugin>
257257
<plugin>
258258
<groupId>org.sonatype.central</groupId>

0 commit comments

Comments
 (0)