|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 |
|
6 | 6 | <groupId>apijson.framework</groupId> |
7 | | - <artifactId>apijson-framework-spring-boot3</artifactId> |
8 | | - <version>6.2.0</version> |
| 7 | + <artifactId>apijson-framework</artifactId> |
| 8 | + <version>6.3.0-springboot3</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.2.0</version> |
| 41 | + <version>6.4.3-springboot3</version> |
42 | 42 | </dependency> |
43 | 43 | <dependency> |
44 | 44 | <groupId>com.github.APIJSON</groupId> |
45 | 45 | <artifactId>apijson-column</artifactId> |
46 | | - <version>1.7.0</version> |
| 46 | + <version>1.8.0</version> |
47 | 47 | </dependency> |
48 | 48 |
|
49 | 49 | <!-- 数据库 JDBC 驱动 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< --> |
|
55 | 55 | <dependency> |
56 | 56 | <groupId>org.postgresql</groupId> |
57 | 57 | <artifactId>postgresql</artifactId> |
58 | | - <version>42.3.8</version> |
| 58 | + <version>42.7.2</version> |
59 | 59 | </dependency> |
60 | 60 | <!-- 数据库 JDBC 驱动 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> --> |
61 | 61 |
|
|
64 | 64 | <dependency> |
65 | 65 | <groupId>com.github.TommyLemon</groupId> |
66 | 66 | <artifactId>unitauto-java</artifactId> |
67 | | - <version>2.9.0</version> |
| 67 | + <version>3.0.5</version> |
68 | 68 | </dependency> |
69 | 69 | <dependency> |
70 | 70 | <groupId>com.github.TommyLemon</groupId> |
71 | 71 | <artifactId>unitauto-jar</artifactId> |
72 | | - <version>2.9.0</version> |
| 72 | + <version>3.0.5</version> |
73 | 73 | </dependency> |
74 | 74 | <!-- 单元测试:可使用 libs 目录的 unitauto-java.jar 和 unitauto-jar.jar 来替代,两种方式二选一 >>>>>>>>> --> |
75 | 75 |
|
|
80 | 80 | <plugin> |
81 | 81 | <groupId>org.apache.maven.plugins</groupId> |
82 | 82 | <artifactId>maven-compiler-plugin</artifactId> |
83 | | - <version>3.8.1</version> |
| 83 | + <version>3.12.1</version> |
84 | 84 | <configuration> |
85 | 85 | <source>17</source> |
86 | 86 | <target>17</target> |
|
0 commit comments