File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
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.9.3-springboot3 </version >
8+ <version >2.0.0 </version >
99 <packaging >jar</packaging >
1010
1111 <name >APIJSONRouter</name >
2222
2323 <dependencies >
2424 <dependency >
25- <groupId >javax.servlet</groupId >
26- <artifactId >javax.servlet-api</artifactId >
27- <version >4.0.1</version >
25+ <groupId >jakarta.servlet</groupId >
26+ <artifactId >jakarta.servlet-api</artifactId >
27+ <version >6.0.0</version >
28+ <scope >provided</scope >
2829 </dependency >
2930
3031 <dependency >
3738 <dependency >
3839 <groupId >com.github.Tencent</groupId >
3940 <artifactId >APIJSON</artifactId >
40- <version >6.4.3-springboot3 </version >
41+ <version >7.0.0 </version >
4142 </dependency >
4243 <dependency >
4344 <groupId >com.github.APIJSON</groupId >
4445 <artifactId >apijson-framework</artifactId >
45- <version >6.4.3-springboot-3 </version >
46+ <version >7.0.0 </version >
4647 </dependency >
4748 </dependencies >
4849
You can’t perform that action at this time.
0 commit comments