Skip to content

Commit 069af29

Browse files
committed
Update dependencies
1 parent bd339c4 commit 069af29

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@
4040
<dependency>
4141
<groupId>com.fasterxml.jackson.core</groupId>
4242
<artifactId>jackson-core</artifactId>
43-
<version>2.13.4</version>
43+
<version>2.14.1</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>com.fasterxml.jackson.core</groupId>
4747
<artifactId>jackson-databind</artifactId>
48-
<version>2.13.4.2</version>
48+
<version>2.14.1</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>com.fasterxml.jackson.core</groupId>
5252
<artifactId>jackson-annotations</artifactId>
53-
<version>2.13.4</version>
53+
<version>2.14.1</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.fasterxml.jackson.datatype</groupId>
5757
<artifactId>jackson-datatype-jsr310</artifactId>
58-
<version>2.14.0</version>
58+
<version>2.14.1</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.maxmind.geoip2</groupId>
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>com.fasterxml.jackson.jr</groupId>
9090
<artifactId>jackson-jr-objects</artifactId>
91-
<version>2.13.4</version>
91+
<version>2.14.1</version>
9292
<scope>test</scope>
9393
</dependency>
9494
<dependency>

0 commit comments

Comments
 (0)