Skip to content

Commit

Permalink
升级apijson依赖到6.4.3-springboot3
Browse files Browse the repository at this point in the history
升级maven-compiler-plugin版本到3.12.1
  • Loading branch information
calmcc committed Mar 6, 2024
1 parent 6815798 commit fd3092d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>apijson.framework</groupId>
<artifactId>apijson-framework</artifactId>
<version>6.3.0</version>
<version>6.3.0-springboot3</version>
<packaging>jar</packaging>

<name>APIJSONFramework</name>
Expand Down Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.3.0</version>
<version>6.4.3-springboot3</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
Expand Down Expand Up @@ -80,7 +80,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.12.1</version>
<configuration>
<source>17</source>
<target>17</target>
Expand Down

0 comments on commit fd3092d

Please sign in to comment.