We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6815798 commit fd3092dCopy full SHA for fd3092d
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>apijson.framework</groupId>
7
<artifactId>apijson-framework</artifactId>
8
- <version>6.3.0</version>
+ <version>6.3.0-springboot3</version>
9
<packaging>jar</packaging>
10
11
<name>APIJSONFramework</name>
@@ -38,7 +38,7 @@
38
<dependency>
39
<groupId>com.github.Tencent</groupId>
40
<artifactId>APIJSON</artifactId>
41
+ <version>6.4.3-springboot3</version>
42
</dependency>
43
44
<groupId>com.github.APIJSON</groupId>
@@ -80,7 +80,7 @@
80
<plugin>
81
<groupId>org.apache.maven.plugins</groupId>
82
<artifactId>maven-compiler-plugin</artifactId>
83
- <version>3.8.1</version>
+ <version>3.12.1</version>
84
<configuration>
85
<source>17</source>
86
<target>17</target>
0 commit comments