Skip to content

Commit 35e5f25

Browse files
author
stwe
committed
update dependencies
1 parent 9c8f16d commit 35e5f25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -73,24 +73,24 @@
7373
<dependency>
7474
<groupId>com.fasterxml.jackson.core</groupId>
7575
<artifactId>jackson-databind</artifactId>
76-
<version>2.12.5</version>
76+
<version>2.13.1</version>
7777
</dependency>
7878

7979
<dependency>
8080
<groupId>org.junit.jupiter</groupId>
8181
<artifactId>junit-jupiter-api</artifactId>
82-
<version>5.7.2</version>
82+
<version>5.8.2</version>
8383
</dependency>
8484

8585
<dependency>
8686
<groupId>org.apache.logging.log4j</groupId>
8787
<artifactId>log4j-api</artifactId>
88-
<version>2.14.1</version>
88+
<version>2.17.1</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>org.apache.logging.log4j</groupId>
9292
<artifactId>log4j-core</artifactId>
93-
<version>2.14.1</version>
93+
<version>2.17.1</version>
9494
</dependency>
9595

9696
<dependency>

0 commit comments

Comments
 (0)