Browse Source

update feat version (#10394)

* 适配最新版

* upgrade smart-socket

* upgrade smart-socket

* upgrade smart-socket

* upgrade smart-socket

* upgrade feat

* upgrade feat

* upgrade feat

* upgrade feat

* upgrade feat

* upgrade feat

* upgrade feat

* upgrade feat

* chore(deps): 更新 smart-socket 框架依赖版本

- 将 feat-cloud-starter 依赖从 1.3.2-SNAPSHOT 升级到 1.4.0
- 注释掉旧的 smartboot.socket 依赖配置
- 确保框架使用最新的稳定版本功能
三刀 1 week ago
parent
commit
8c33a2624a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Java/smart-socket/pom.xml

+ 1 - 1
frameworks/Java/smart-socket/pom.xml

@@ -20,7 +20,7 @@
         <dependency>
             <groupId>tech.smartboot.feat</groupId>
             <artifactId>feat-cloud-starter</artifactId>
-            <version>1.3.2-SNAPSHOT</version>
+            <version>1.4.0</version>
         </dependency>
 <!--        <dependency>-->
 <!--            <groupId>io.github.smartboot.socket</groupId>-->