Skip to content

Commit 30d76e0

Browse files
author
litongjava
committed
upgrade to 3.7.3.v20250401
1 parent 5c94d88 commit 30d76e0

File tree

1 file changed

+5
-7
lines changed
  • frameworks/Java/tio-http-server

1 file changed

+5
-7
lines changed

frameworks/Java/tio-http-server/pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53
<groupId>com.litongjava</groupId>
64
<artifactId>tio-http-server-benchmark</artifactId>
@@ -18,17 +16,17 @@
1816
<dependency>
1917
<groupId>com.litongjava</groupId>
2018
<artifactId>tio-http-server</artifactId>
21-
<version>3.7.3.v20250301-RELEASE</version>
19+
<version>3.7.3.v20250401-RELEASE</version>
2220
</dependency>
23-
<dependency>
21+
<dependency>
2422
<groupId>com.litongjava</groupId>
2523
<artifactId>tio-core</artifactId>
26-
<version>3.7.3.v20250305-RELEASE</version>
24+
<version>3.7.3.v20250401-RELEASE</version>
2725
</dependency>
2826
<dependency>
2927
<groupId>com.litongjava</groupId>
3028
<artifactId>java-db</artifactId>
31-
<version>1.5.0</version>
29+
<version>1.5.1</version>
3230
</dependency>
3331
<dependency>
3432
<groupId>junit</groupId>

0 commit comments

Comments
 (0)