Browse Source

upgrade to tio-boot-1.9.5 (#9840)

Co-authored-by: litongjava <[email protected]>
Tong Li 3 months ago
parent
commit
f12e278e5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Java/tio-boot/pom.xml

+ 1 - 1
frameworks/Java/tio-boot/pom.xml

@@ -11,7 +11,7 @@
     <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.4</tio-boot.version>
+    <tio-boot.version>1.9.5</tio-boot.version>
 
 
     <main.class>com.litongjava.tio.http.server.MainApp</main.class>