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 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 >
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 >
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
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 >
You can’t perform that action at this time.
0 commit comments