Skip to content

Commit 5afb92c

Browse files
author
mwang317
committed
Upgrade dependencies
- upgrade httpclient to 4.5.14 - upgrade jackson-databind to 2.17.2 - upgrade commons-cli to 1.9.0 - upgrade commons-lang3 to 3.16.0 - upgrade testng to 7.10.2
1 parent 7641baa commit 5afb92c

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
@@ -64,31 +64,31 @@
6464
<dependency>
6565
<groupId>org.apache.httpcomponents</groupId>
6666
<artifactId>httpclient</artifactId>
67-
<version>4.5.13</version>
67+
<version>4.5.14</version>
6868
</dependency>
6969

7070
<dependency>
7171
<groupId>com.fasterxml.jackson.core</groupId>
7272
<artifactId>jackson-databind</artifactId>
73-
<version>2.13.2.2</version>
73+
<version>2.17.2</version>
7474
</dependency>
7575

7676
<dependency>
7777
<groupId>commons-cli</groupId>
7878
<artifactId>commons-cli</artifactId>
79-
<version>1.5.0</version>
79+
<version>1.9.0</version>
8080
</dependency>
8181

8282
<dependency>
8383
<groupId>org.apache.commons</groupId>
8484
<artifactId>commons-lang3</artifactId>
85-
<version>3.12.0</version>
85+
<version>3.16.0</version>
8686
</dependency>
8787

8888
<dependency>
8989
<groupId>org.testng</groupId>
9090
<artifactId>testng</artifactId>
91-
<version>7.5</version>
91+
<version>7.10.2</version>
9292
</dependency>
9393
</dependencies>
9494

0 commit comments

Comments
 (0)