Skip to content

Commit 2658825

Browse files
Bump netty.version for vulnerability fixes (#1755)
Specifically because Snyk's vulnerability scanner is reporting https://app.snyk.io/vuln/SNYK-JAVA-IONETTY-1020439 which is fixed in this version of Netty.
1 parent 57ca41a commit 2658825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@
466466
<surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>
467467
<source.property>1.8</source.property>
468468
<target.property>1.8</target.property>
469-
<netty.version>4.1.51.Final</netty.version>
469+
<netty.version>4.1.53.Final</netty.version>
470470
<slf4j.version>1.7.30</slf4j.version>
471471
<reactive-streams.version>1.0.3</reactive-streams.version>
472472
<activation.version>1.2.2</activation.version>

0 commit comments

Comments
 (0)