|
5 | 5 |
|
6 | 6 | <groupId>apijson.framework</groupId>
|
7 | 7 | <artifactId>apijson-framework</artifactId>
|
8 |
| - <version>6.4.3-springboot-3</version> |
| 8 | + <version>7.0.0</version> |
9 | 9 | <packaging>jar</packaging>
|
10 | 10 |
|
11 | 11 | <name>APIJSONFramework</name>
|
|
38 | 38 | <dependency>
|
39 | 39 | <groupId>com.github.Tencent</groupId>
|
40 | 40 | <artifactId>APIJSON</artifactId>
|
41 |
| - <version>6.4.3-springboot3</version> |
| 41 | + <version>7.0.0</version> |
42 | 42 | </dependency>
|
43 | 43 | <dependency>
|
44 | 44 | <groupId>com.github.APIJSON</groupId>
|
45 | 45 | <artifactId>apijson-column</artifactId>
|
46 |
| - <version>1.9.3-springboot3</version> |
| 46 | + <version>2.0.0</version> |
47 | 47 | </dependency>
|
48 | 48 |
|
49 | 49 | <!-- 数据库 JDBC 驱动 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -->
|
50 | 50 | <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> |
54 | 54 | </dependency>
|
55 | 55 | <dependency>
|
56 | 56 | <groupId>org.postgresql</groupId>
|
57 | 57 | <artifactId>postgresql</artifactId>
|
58 |
| - <version>42.7.2</version> |
| 58 | + <version>42.7.3</version> |
59 | 59 | </dependency>
|
60 | 60 | <!-- 数据库 JDBC 驱动 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -->
|
61 | 61 |
|
|
0 commit comments