Skip to content

Commit 99cb455

Browse files
committed
升级 APIJSON 和自身 7.0.0,apijson-column 2.0.0,unitauto 3.0.5,mysql 8.4.0,postgresql 42.6.0;javax.servlet-api 改为 jakarta.servlet-api
1 parent aa0b5b8 commit 99cb455

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

libs/APIJSON-6.1.0.jar

-220 KB
Binary file not shown.

libs/APIJSON-7.0.0.jar

241 KB
Binary file not shown.

libs/apijson-column-2.0.0.jar

8.02 KB
Binary file not shown.
Binary file not shown.

libs/unitauto-java-2.9.0.jar

-61.6 KB
Binary file not shown.

libs/unitauto-java-3.0.5.jar

65.3 KB
Binary file not shown.

pom.xml

Lines changed: 7 additions & 7 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>6.4.3-springboot-3</version>
8+
<version>7.0.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONFramework</name>
@@ -38,24 +38,24 @@
3838
<dependency>
3939
<groupId>com.github.Tencent</groupId>
4040
<artifactId>APIJSON</artifactId>
41-
<version>6.4.3-springboot3</version>
41+
<version>7.0.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.github.APIJSON</groupId>
4545
<artifactId>apijson-column</artifactId>
46-
<version>1.9.3-springboot3</version>
46+
<version>2.0.0</version>
4747
</dependency>
4848

4949
<!-- 数据库 JDBC 驱动 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -->
5050
<dependency>
51-
<groupId>mysql</groupId>
52-
<artifactId>mysql-connector-java</artifactId>
53-
<version>8.0.33</version>
51+
<groupId>com.mysql</groupId>
52+
<artifactId>mysql-connector-j</artifactId>
53+
<version>8.4.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.postgresql</groupId>
5757
<artifactId>postgresql</artifactId>
58-
<version>42.7.2</version>
58+
<version>42.7.3</version>
5959
</dependency>
6060
<!-- 数据库 JDBC 驱动 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -->
6161

0 commit comments

Comments
 (0)