Skip to content

Commit b500d67

Browse files
authored
升级 APIJSON 及自身版本为 5.3.0,升级 JDBC 版本
1 parent 9722c27 commit b500d67

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
@@ -5,7 +5,7 @@
55

66
<groupId>apijson.framework</groupId>
77
<artifactId>apijson-framework</artifactId>
8-
<version>5.2.0</version>
8+
<version>5.3.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONFramework</name>
@@ -34,19 +34,19 @@
3434
<dependency>
3535
<groupId>com.github.Tencent</groupId>
3636
<artifactId>APIJSON</artifactId>
37-
<version>5.2.0</version>
37+
<version>5.3.0</version>
3838
</dependency>
3939

4040
<!-- 数据库 JDBC 驱动 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -->
4141
<dependency>
4242
<groupId>mysql</groupId>
4343
<artifactId>mysql-connector-java</artifactId>
44-
<version>8.0.27</version>
44+
<version>8.0.29</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.postgresql</groupId>
4848
<artifactId>postgresql</artifactId>
49-
<version>42.3.3</version>
49+
<version>42.3.4</version>
5050
</dependency>
5151
<!-- 数据库 JDBC 驱动 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -->
5252

0 commit comments

Comments
 (0)