Skip to content

Commit 86a4e4f

Browse files
authored
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-IOUNDERTOW-15053841 - https://snyk.io/vuln/SNYK-JAVA-IOUNDERTOW-14908846
1 parent 246c78b commit 86a4e4f

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
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>io.undertow</groupId>
4545
<artifactId>undertow-core</artifactId>
46-
<version>2.0.9.Final</version>
46+
<version>2.3.21.Final</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>javax.servlet</groupId>

0 commit comments

Comments
 (0)