Skip to content

Commit fd3092d

Browse files
committed
升级apijson依赖到6.4.3-springboot3
升级maven-compiler-plugin版本到3.12.1
1 parent 6815798 commit fd3092d

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>6.3.0</version>
8+
<version>6.3.0-springboot3</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONFramework</name>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.github.Tencent</groupId>
4040
<artifactId>APIJSON</artifactId>
41-
<version>6.3.0</version>
41+
<version>6.4.3-springboot3</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.github.APIJSON</groupId>
@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>org.apache.maven.plugins</groupId>
8282
<artifactId>maven-compiler-plugin</artifactId>
83-
<version>3.8.1</version>
83+
<version>3.12.1</version>
8484
<configuration>
8585
<source>17</source>
8686
<target>17</target>

0 commit comments

Comments
 (0)