Skip to content

Commit 63dbadd

Browse files
committed
Update the version to be 1.0.3, Update the tinystruct to be 1.7.10, Update the netty to be 4.2.7.Final, etc.
1 parent 4d40540 commit 63dbadd

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

pom.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<name>netty http server module</name>
77
<groupId>org.tinystruct</groupId>
88
<artifactId>tinystruct-netty-http-server</artifactId>
9-
<version>1.0.2</version>
9+
<version>1.0.3</version>
1010
<description>A tinystruct-based module to enable netty http server support.</description>
1111
<url>https://tinystruct.org</url>
1212
<licenses>
@@ -31,8 +31,9 @@
3131
<maven.compiler.source>17</maven.compiler.source>
3232
<maven.compiler.target>17</maven.compiler.target>
3333
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
34-
<netty.version>4.2.6.Final</netty.version>
35-
<tinystruct.version>1.7.9</tinystruct.version>
34+
<netty.version>4.2.7.Final</netty.version>
35+
<tinystruct.version>1.7.10</tinystruct.version>
36+
<jupiter.version>6.0.1</jupiter.version>
3637
</properties>
3738

3839
<dependencies>
@@ -94,6 +95,12 @@
9495
<classifier>linux-x86_64</classifier>
9596
<optional>true</optional>
9697
</dependency>
98+
<dependency>
99+
<groupId>org.junit.jupiter</groupId>
100+
<artifactId>junit-jupiter-engine</artifactId>
101+
<version>${jupiter.version}</version>
102+
<scope>test</scope>
103+
</dependency>
97104
</dependencies>
98105
<dependencyManagement>
99106
<dependencies>

0 commit comments

Comments
 (0)