Skip to content

Commit a2a6143

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-IONETTY-12485149 - https://snyk.io/vuln/SNYK-JAVA-IONETTY-12485150 - https://snyk.io/vuln/SNYK-JAVA-IONETTY-12485151
1 parent 26da20d commit a2a6143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<!-- Note; the following jetty.version should be identical to the jetty.version in plugins/pom.xml -->
123123
<jetty.version>12.0.24</jetty.version>
124124
<standard-taglib.version>1.2.5</standard-taglib.version>
125-
<netty.version>4.1.118.Final</netty.version>
125+
<netty.version>4.1.125.Final</netty.version>
126126
<bouncycastle.version>1.78.1</bouncycastle.version>
127127
<slf4j.version>2.0.9</slf4j.version>
128128
<log4j.version>2.20.0</log4j.version>

0 commit comments

Comments
 (0)