Skip to content

Commit dd1a64f

Browse files
velosnyk-bot
andauthored
fix: benchmark/pom.xml to reduce vulnerabilities (#2364)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-IONETTY-6483812 Co-authored-by: snyk-bot <[email protected]>
1 parent edafff4 commit dd1a64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<jmh.version>1.37</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.107.Final</netty.version>
33+
<netty.version>4.1.108.Final</netty.version>
3434
<main.basedir>${project.basedir}/..</main.basedir>
3535

3636
<moditect.skip>true</moditect.skip>

0 commit comments

Comments
 (0)