Skip to content

Commit 267ba53

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-IONETTY-14423947
1 parent b607ad6 commit 267ba53

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
@@ -57,7 +57,7 @@
5757
<slf4j.version>2.0.6</slf4j.version>
5858
<jackson.version>2.14.2</jackson.version>
5959
<velocity.version>2.3</velocity.version>
60-
<netty.version>4.1.89.Final</netty.version>
60+
<netty.version>4.1.129.Final</netty.version>
6161
<httpcomponents.version>4.4.1</httpcomponents.version>
6262
<bouncycastle.version>1.72</bouncycastle.version>
6363
<!-- highest spring version is 5.3 due to Java 1.8 version -->

0 commit comments

Comments
 (0)