We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40232e8 commit 2e8dc1fCopy full SHA for 2e8dc1f
frameworks/Java/tio-boot/pom.xml
@@ -11,7 +11,7 @@
11
<java.version>1.8</java.version>
12
<maven.compiler.source>${java.version}</maven.compiler.source>
13
<maven.compiler.target>${java.version}</maven.compiler.target>
14
- <tio-boot.version>1.9.1</tio-boot.version>
+ <tio-boot.version>1.9.3</tio-boot.version>
15
16
<main.class>com.litongjava.tio.http.server.MainApp</main.class>
17
</properties>
@@ -25,7 +25,7 @@
25
<dependency>
26
<groupId>com.litongjava</groupId>
27
<artifactId>java-db</artifactId>
28
- <version>1.4.9</version>
+ <version>1.5.0</version>
29
</dependency>
30
31
<groupId>junit</groupId>
0 commit comments