Skip to content

Commit 2e8dc1f

Browse files
author
litongjava
committed
update tio-boot version
1 parent 40232e8 commit 2e8dc1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/Java/tio-boot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<java.version>1.8</java.version>
1212
<maven.compiler.source>${java.version}</maven.compiler.source>
1313
<maven.compiler.target>${java.version}</maven.compiler.target>
14-
<tio-boot.version>1.9.1</tio-boot.version>
14+
<tio-boot.version>1.9.3</tio-boot.version>
1515

1616
<main.class>com.litongjava.tio.http.server.MainApp</main.class>
1717
</properties>
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.litongjava</groupId>
2727
<artifactId>java-db</artifactId>
28-
<version>1.4.9</version>
28+
<version>1.5.0</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>junit</groupId>

0 commit comments

Comments
 (0)