feat(升级): pom文件升级
This commit is contained in:
parent
163b6fd373
commit
b0be3b4c76
2
pom.xml
2
pom.xml
|
@ -25,7 +25,7 @@
|
|||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<mysql.verison>8.0.32</mysql.verison>
|
||||
<mysql.verison>8.0.30</mysql.verison>
|
||||
<fastjson.version>2.0.47</fastjson.version>
|
||||
<lombok.version>1.18.20</lombok.version>
|
||||
<mybatis.version>3.0.1</mybatis.version>
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
<groupId>com.atguigu</groupId>
|
||||
<artifactId>common-util</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<!-- spring boot web开发所需要的起步依赖 -->
|
||||
<dependency>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<dependency>
|
||||
<groupId>com.github.xiaoymin</groupId>
|
||||
<artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
|
||||
<version>4.1.0</version>
|
||||
<version>4.4.0</version>
|
||||
</dependency>
|
||||
<!-- fastjson -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue