Skip to content

Commit b6d2e24

Browse files
committed
Update pom.xml
1 parent 71e2b1d commit b6d2e24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<properties>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23-
<junit.version>5.7.2</junit.version>
23+
<junit.version>5.8.2</junit.version>
2424
</properties>
2525

2626
<repositories>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.fasterxml.jackson.core</groupId>
5353
<artifactId>jackson-databind</artifactId>
54-
<version>2.12.3</version>
54+
<version>2.13.2.2</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>commons-validator</groupId>
@@ -86,13 +86,13 @@
8686
<dependency>
8787
<groupId>org.apache.httpcomponents.client5</groupId>
8888
<artifactId>httpclient5</artifactId>
89-
<version>5.1</version>
89+
<version>5.1.3</version>
9090
<scope>test</scope>
9191
</dependency>
9292
<dependency>
9393
<groupId>com.google.guava</groupId>
9494
<artifactId>guava</artifactId>
95-
<version>30.1.1-jre</version>
95+
<version>31.1-jre</version>
9696
<scope>test</scope>
9797
</dependency>
9898
</dependencies>

0 commit comments

Comments
 (0)