Browse Source

update smart-http to 1.0.16-SNAPSHOT (#5818)

* update smart-http to 1.0.15-SNAPSHOT

* optimize performance

* update smart-http to 1.0.15

* update aio-enhance to 1.0.1-SNAPSHOT

* optimize performance

* optimize performance

* update smart-http to 1.0.16-SNAPSHOT

Co-authored-by: 三刀 <[email protected]>
三刀 5 years ago
parent
commit
cdd67ced55
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frameworks/Java/smart-socket/pom.xml

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

@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.smartboot.http</groupId>
         <artifactId>smart-http-parent</artifactId>
-        <version>1.0.15</version>
+        <version>1.0.16-SNAPSHOT</version>
     </parent>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.smartboot.socket</groupId>
             <artifactId>aio-pro</artifactId>
-            <version>1.4.12</version>
+            <version>1.4.13-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>com.jsoniter</groupId>