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.
2 parents 21c41f9 + 2d6422b commit 46f8f32Copy full SHA for 46f8f32
frameworks/Java/tio-boot/pom.xml
@@ -11,7 +11,8 @@
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
17
<main.class>com.litongjava.tio.http.server.MainApp</main.class>
18
</properties>
@@ -25,7 +26,8 @@
25
26
<dependency>
27
<groupId>com.litongjava</groupId>
28
<artifactId>java-db</artifactId>
- <version>1.4.9</version>
29
+ <version>1.5.0</version>
30
31
</dependency>
32
33
<groupId>junit</groupId>
0 commit comments