File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
frameworks/Java/smart-socket Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 1111 <maven .compiler.source>21</maven .compiler.source>
1212 <maven .compiler.target>21</maven .compiler.target>
1313 <log4j .version>2.17.1</log4j .version>
14- <smartservlet .version>2.9.1 </smartservlet .version>
14+ <smartservlet .version>3.1-SNAPSHOT </smartservlet .version>
1515 <hikaricp .version>5.0.0</hikaricp .version>
1616 <jsoniter .version>0.9.23</jsoniter .version>
1717 </properties >
2020 <dependency >
2121 <groupId >tech.smartboot.feat</groupId >
2222 <artifactId >feat-cloud-starter</artifactId >
23- <version >0.8.2 </version >
23+ <version >0.8.3-SNAPSHOT </version >
2424 </dependency >
2525 <dependency >
2626 <groupId >io.github.smartboot.socket</groupId >
2727 <artifactId >aio-pro</artifactId >
28- <version >1.6.56 </version >
28+ <version >1.5.57 </version >
2929 </dependency >
3030 <dependency >
3131 <groupId >tech.smartboot.servlet</groupId >
8888 <url >https://repo.maven.apache.org/maven2</url >
8989 </repository >
9090 <repository >
91- <id >sonatype-nexus-snapshots</id >
92- <name >Sonatype Nexus Snapshots</name >
93- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
91+ <name >Central Portal Snapshots</name >
92+ <id >central-portal-snapshots</id >
93+ <url >https://central.sonatype.com/repository/maven-snapshots/</url >
94+ <releases >
95+ <enabled >false</enabled >
96+ </releases >
97+ <snapshots >
98+ <enabled >true</enabled >
99+ </snapshots >
94100 </repository >
95101 </repositories >
96102 <pluginRepositories >
You can’t perform that action at this time.
0 commit comments