Skip to content

Commit b117ac2

Browse files
committed
Update deps
1 parent a42ddb9 commit b117ac2

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
@@ -44,17 +44,17 @@
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-core</artifactId>
52-
<version>2.14.2</version>
52+
<version>2.15.2</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.fasterxml.jackson.core</groupId>
5656
<artifactId>jackson-annotations</artifactId>
57-
<version>2.14.2</version>
57+
<version>2.15.2</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>junit</groupId>
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>com.fasterxml.jackson.jr</groupId>
7373
<artifactId>jackson-jr-objects</artifactId>
74-
<version>2.14.2</version>
74+
<version>2.15.2</version>
7575
<scope>test</scope>
7676
</dependency>
7777
<dependency>
@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>com.puppycrawl.tools</groupId>
108108
<artifactId>checkstyle</artifactId>
109-
<version>10.8.0</version>
109+
<version>10.12.1</version>
110110
</dependency>
111111
</dependencies>
112112
<executions>

0 commit comments

Comments
 (0)