Skip to content

Commit f45f9b9

Browse files
Upgrade tomcat embed dependency
This will resolve a dependency risk. The risk is a non-issue because no tomcat server is actually being operated, but this will resolve some noise in the dependency risks.
1 parent 8f28249 commit f45f9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-jsp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.apache.tomcat.embed</groupId>
3434
<artifactId>tomcat-embed-jasper</artifactId>
35-
<version>9.0.106</version>
35+
<version>9.0.108</version>
3636
<exclusions>
3737
<exclusion>
3838
<groupId>org.eclipse.jdt</groupId>

0 commit comments

Comments
 (0)