Skip to content

Commit

Permalink
Bump netty.version for vulnerability fixes (#1755)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lukestephenson authored Dec 21, 2020
1 parent 57ca41a commit 2658825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@
<surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>
<source.property>1.8</source.property>
<target.property>1.8</target.property>
<netty.version>4.1.51.Final</netty.version>
<netty.version>4.1.53.Final</netty.version>
<slf4j.version>1.7.30</slf4j.version>
<reactive-streams.version>1.0.3</reactive-streams.version>
<activation.version>1.2.2</activation.version>
Expand Down

0 comments on commit 2658825

Please sign in to comment.