Skip to content

Commit e8f08f1

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-8383920
1 parent 4afe97a commit e8f08f1

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
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.apache.tomcat.embed</groupId>
2020
<artifactId>tomcat-embed-core</artifactId>
21-
<version>10.1.25</version>
21+
<version>10.1.31</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>org.tinystruct</groupId>

0 commit comments

Comments
 (0)