Browse Source

Merge pull request #9623 from litongjava/tio-boot

Tio boot upgrade tio-boot 1.9.3
Mike Smith 6 tháng trước cách đây
mục cha
commit
46f8f32615
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 4 2
      frameworks/Java/tio-boot/pom.xml

+ 4 - 2
frameworks/Java/tio-boot/pom.xml

@@ -11,7 +11,8 @@
     <java.version>1.8</java.version>
     <maven.compiler.source>${java.version}</maven.compiler.source>
     <maven.compiler.target>${java.version}</maven.compiler.target>
-    <tio-boot.version>1.9.1</tio-boot.version>
+    <tio-boot.version>1.9.3</tio-boot.version>
+
 
     <main.class>com.litongjava.tio.http.server.MainApp</main.class>
   </properties>
@@ -25,7 +26,8 @@
     <dependency>
       <groupId>com.litongjava</groupId>
       <artifactId>java-db</artifactId>
-      <version>1.4.9</version>
+      <version>1.5.0</version>
+
     </dependency>
     <dependency>
       <groupId>junit</groupId>