Skip to content

Commit

Permalink
fix: benchmark/pom.xml to reduce vulnerabilities (#1502)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-IONETTY-1584063
- https://snyk.io/vuln/SNYK-JAVA-IONETTY-1584064

Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
  • Loading branch information
snyk-bot and velo authored Oct 14, 2021
1 parent e25ae6b commit 98786bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<jmh.version>1.33</jmh.version>
<rx.netty.version>0.5.3</rx.netty.version>
<rx.java.version>1.3.8</rx.java.version>
<netty.version>4.1.67.Final</netty.version>
<netty.version>4.1.68.Final</netty.version>

<main.basedir>${project.basedir}/..</main.basedir>
</properties>
Expand Down

0 comments on commit 98786bb

Please sign in to comment.