Skip to content

Commit 9b95cc1

Browse files
committed
CVE-2025-58056: Fix the vulnerabiltiy for netty.
1 parent fe7cf1c commit 9b95cc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 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.0</version>
9+
<version>1.0.1</version>
1010
<description>A tinystruct-based module to enable netty http server support.</description>
1111
<url>https://tinystruct.org</url>
1212
<licenses>
@@ -27,11 +27,11 @@
2727
</developers>
2828
<properties>
2929
<java.version>17</java.version>
30-
<jakarta.activation.version>2.1.3</jakarta.activation.version>
30+
<jakarta.activation.version>2.1.4</jakarta.activation.version>
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.4.Final</netty.version>
34+
<netty.version>4.2.6.Final</netty.version>
3535
<tinystruct.version>1.7.7</tinystruct.version>
3636
</properties>
3737

@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>io.netty</groupId>
8585
<artifactId>netty-tcnative</artifactId>
86-
<version>2.0.72.Final</version>
86+
<version>2.0.74.Final</version>
8787
<classifier>linux-x86_64</classifier>
8888
<optional>true</optional>
8989
</dependency>

0 commit comments

Comments
 (0)