Skip to content

Commit 02bc748

Browse files
authored
⬆️ 升级部分依赖版本
1 parent 20ea9e2 commit 02bc748

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
@@ -42,28 +42,28 @@
4242
<dependency>
4343
<groupId>com.google.guava</groupId>
4444
<artifactId>guava</artifactId>
45-
<version>24.1.1</version>
45+
<version>29.0-jre</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.apache.commons</groupId>
4949
<artifactId>commons-lang3</artifactId>
50-
<version>3.4</version>
50+
<version>3.10</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>joda-time</groupId>
5454
<artifactId>joda-time</artifactId>
55-
<version>2.7</version>
55+
<version>2.10.6</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>mysql</groupId>
5959
<artifactId>mysql-connector-java</artifactId>
60-
<version>8.0.16</version>
60+
<version>8.0.20</version>
6161
<scope>test</scope>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.testng</groupId>
6565
<artifactId>testng</artifactId>
66-
<version>6.9.10</version>
66+
<version>7.1.0</version>
6767
<scope>test</scope>
6868
</dependency>
6969
<dependency>

0 commit comments

Comments
 (0)