Skip to content

Commit 7875e95

Browse files
authored
CVE-2024-47535 Denial of Service attack on windows app using netty (#808)
1 parent 3a3574c commit 7875e95

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@
138138
<license.version>1.0.0</license.version>
139139
<checkstyleFailOnError>false</checkstyleFailOnError>
140140
<logback.version>1.2.3</logback.version>
141-
<netty.version>4.1.108.Final</netty.version>
141+
<netty.version>4.1.115.Final</netty.version>
142+
<netty-tcnative-boringssl.version>2.0.69.Final</netty-tcnative-boringssl.version>
142143
</properties>
143144
<!-- Profiles -->
144145
<profiles>
@@ -1866,6 +1867,11 @@
18661867
<artifactId>netty-transport-classes-kqueue</artifactId>
18671868
<version>${netty.version}</version>
18681869
</dependency>
1870+
<dependency>
1871+
<groupId>io.netty</groupId>
1872+
<artifactId>netty-tcnative-boringssl-static</artifactId>
1873+
<version>${netty-tcnative-boringssl.version}</version>
1874+
</dependency>
18691875
</dependencies>
18701876
</dependencyManagement>
18711877
<dependencies>

0 commit comments

Comments
 (0)