Skip to content

Commit

Permalink
升级 APIJSON, apijson-framework 6.1.0,自身 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLemon committed Apr 29, 2023
1 parent eb66406 commit 05aefa4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>apijson.router</groupId>
<artifactId>apijson-router</artifactId>
<version>1.5.1</version>
<version>1.6.0</version>
<packaging>jar</packaging>

<name>APIJSONRouter</name>
Expand Down Expand Up @@ -34,12 +34,12 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.0.0</version>
<version>6.1.0</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>6.0.1</version>
<version>6.1.0</version>
</dependency>
</dependencies>

Expand All @@ -48,6 +48,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down

0 comments on commit 05aefa4

Please sign in to comment.