Skip to content

Commit 6ce50b1

Browse files
committed
Update dependencies
1 parent ab7a272 commit 6ce50b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@
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-core</artifactId>
53-
<version>2.13.4</version>
53+
<version>2.14.1</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.fasterxml.jackson.core</groupId>
5757
<artifactId>jackson-annotations</artifactId>
58-
<version>2.13.4</version>
58+
<version>2.14.1</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>junit</groupId>
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>com.fasterxml.jackson.jr</groupId>
7474
<artifactId>jackson-jr-objects</artifactId>
75-
<version>2.13.4</version>
75+
<version>2.14.1</version>
7676
<scope>test</scope>
7777
</dependency>
7878
<dependency>
@@ -107,7 +107,7 @@
107107
<dependency>
108108
<groupId>com.puppycrawl.tools</groupId>
109109
<artifactId>checkstyle</artifactId>
110-
<version>10.3</version>
110+
<version>10.5.0</version>
111111
</dependency>
112112
</dependencies>
113113
<executions>

0 commit comments

Comments
 (0)