File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >apijson.router</groupId >
7
7
<artifactId >apijson-router</artifactId >
8
- <version >1.8.0 </version >
8
+ <version >1.9.0-springboot3 </version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >APIJSONRouter</name >
14
14
<properties >
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
16
<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>
18
21
</properties >
19
22
20
23
<dependencies >
34
37
<dependency >
35
38
<groupId >com.github.Tencent</groupId >
36
39
<artifactId >APIJSON</artifactId >
37
- <version >6.3.0 </version >
40
+ <version >6.4.3-springboot3 </version >
38
41
</dependency >
39
42
<dependency >
40
43
<groupId >com.github.APIJSON</groupId >
41
44
<artifactId >apijson-framework</artifactId >
42
- <version >6.3.0 </version >
45
+ <version >6.4.3-springboot3 </version >
43
46
</dependency >
44
47
</dependencies >
45
48
48
51
<plugin >
49
52
<groupId >org.apache.maven.plugins</groupId >
50
53
<artifactId >maven-compiler-plugin</artifactId >
51
- <version >3.8 .1</version >
54
+ <version >3.12 .1</version >
52
55
<configuration >
53
- <source >1.8 </source >
54
- <target >1.8 </target >
56
+ <source >17 </source >
57
+ <target >17 </target >
55
58
</configuration >
56
59
</plugin >
57
60
</plugins >
You can’t perform that action at this time.
0 commit comments