Skip to content

Commit

Permalink
fix: benchmark/pom.xml to reduce vulnerabilities (#2364)
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-6483812

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
velo and snyk-bot authored Apr 2, 2024
1 parent edafff4 commit dd1a64f
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.37</jmh.version>
<rx.netty.version>0.5.3</rx.netty.version>
<rx.java.version>1.3.8</rx.java.version>
<netty.version>4.1.107.Final</netty.version>
<netty.version>4.1.108.Final</netty.version>
<main.basedir>${project.basedir}/..</main.basedir>

<moditect.skip>true</moditect.skip>
Expand Down

0 comments on commit dd1a64f

Please sign in to comment.