Skip to content

Commit 6bb5b1b

Browse files
velosnyk-bot
andauthored
fix: benchmark/pom.xml to reduce vulnerabilities (#1618)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-IONETTY-2812456 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent 8f27e58 commit 6bb5b1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

benchmark/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
<jmh.version>1.35</jmh.version>
3131
<rx.netty.version>0.5.3</rx.netty.version>
3232
<rx.java.version>1.3.8</rx.java.version>
33-
<netty.version>4.1.76.Final</netty.version>
34-
33+
<netty.version>4.1.77.Final</netty.version>
3534
<main.basedir>${project.basedir}/..</main.basedir>
3635
</properties>
3736

0 commit comments

Comments
 (0)