Skip to content

Commit c457479

Browse files
authored
升级 APIJSON 及 apijson-framework 6.4.3-springboot3,Maven 3.12.1,自身 1.9.0-springboot3
1 parent ec56ba5 commit c457479

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

pom.xml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>apijson.router</groupId>
77
<artifactId>apijson-router</artifactId>
8-
<version>1.8.0</version>
8+
<version>1.9.0-springboot3</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONRouter</name>
@@ -14,7 +14,10 @@
1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
17-
<java.version>1.8</java.version>
17+
<java.version>17</java.version>
18+
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
19+
<maven.compiler.source>17</maven.compiler.source>
20+
<maven.compiler.target>17</maven.compiler.target>
1821
</properties>
1922

2023
<dependencies>
@@ -34,12 +37,12 @@
3437
<dependency>
3538
<groupId>com.github.Tencent</groupId>
3639
<artifactId>APIJSON</artifactId>
37-
<version>6.3.0</version>
40+
<version>6.4.3-springboot3</version>
3841
</dependency>
3942
<dependency>
4043
<groupId>com.github.APIJSON</groupId>
4144
<artifactId>apijson-framework</artifactId>
42-
<version>6.3.0</version>
45+
<version>6.4.3-springboot3</version>
4346
</dependency>
4447
</dependencies>
4548

@@ -48,10 +51,10 @@
4851
<plugin>
4952
<groupId>org.apache.maven.plugins</groupId>
5053
<artifactId>maven-compiler-plugin</artifactId>
51-
<version>3.8.1</version>
54+
<version>3.12.1</version>
5255
<configuration>
53-
<source>1.8</source>
54-
<target>1.8</target>
56+
<source>17</source>
57+
<target>17</target>
5558
</configuration>
5659
</plugin>
5760
</plugins>

0 commit comments

Comments
 (0)