Browse Source

fix: benchmark/pom.xml to reduce vulnerabilities (#1502)

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>
pull/1525/head
Snyk bot 3 years ago committed by GitHub
parent
commit
5eb9905e58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      benchmark/pom.xml

2
benchmark/pom.xml

@ -30,7 +30,7 @@ @@ -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>

Loading…
Cancel
Save