Skip to content

Commit 227cec3

Browse files
committed
fix: demo-tt/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-10365122 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-10365310
1 parent ca0dbae commit 227cec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-tt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<dependency>
142142
<groupId>org.apache.tomcat.embed</groupId>
143143
<artifactId>tomcat-embed-core</artifactId>
144-
<version>9.0.99</version>
144+
<version>9.0.106</version>
145145
<scope>provided</scope>
146146
</dependency>
147147
</dependencies>

0 commit comments

Comments
 (0)