Skip to content

Commit 66fdec1

Browse files
committed
升级 APIJSON 和自身版本为 4.8.3;升级 mysql-connector-java 版本为 8.0.27
1 parent a45b96a commit 66fdec1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
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>4.8.0</version>
8+
<version>4.8.3</version>
99
<packaging>jar</packaging>
1010

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

4040
<!-- 数据库 JDBC 驱动 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -->
4141
<dependency>
4242
<groupId>mysql</groupId>
4343
<artifactId>mysql-connector-java</artifactId>
44-
<version>8.0.22</version>
44+
<version>8.0.27</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.postgresql</groupId>

0 commit comments

Comments
 (0)