Skip to content

Commit 69595ff

Browse files
authored
fix(security): Vulnerabilities on tomcat-jasper (#117)
1 parent 0536e72 commit 69595ff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle.lockfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ org.apache.maven.doxia:doxia-core:1.12.0=checkstyle
3535
org.apache.maven.doxia:doxia-logging-api:1.12.0=checkstyle
3636
org.apache.maven.doxia:doxia-module-xdoc:1.12.0=checkstyle
3737
org.apache.maven.doxia:doxia-sink-api:1.12.0=checkstyle
38-
org.apache.tomcat.embed:tomcat-embed-core:9.0.80=sonarlintCoreClasspath
39-
org.apache.tomcat.embed:tomcat-embed-el:9.0.80=sonarlintCoreClasspath
40-
org.apache.tomcat.embed:tomcat-embed-jasper:9.0.80=sonarlintCoreClasspath
41-
org.apache.tomcat:tomcat-annotations-api:9.0.80=sonarlintCoreClasspath
38+
org.apache.tomcat.embed:tomcat-embed-core:9.0.81=sonarlintCoreClasspath
39+
org.apache.tomcat.embed:tomcat-embed-el:9.0.81=sonarlintCoreClasspath
40+
org.apache.tomcat.embed:tomcat-embed-jasper:9.0.81=sonarlintCoreClasspath
41+
org.apache.tomcat:tomcat-annotations-api:9.0.81=sonarlintCoreClasspath
4242
org.apache.xbean:xbean-reflect:3.7=checkstyle
4343
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath,testkitCompileClasspath
4444
org.assertj:assertj-core:3.24.2=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencyResolutionManagement {
1212
library('maybe', 'io.github.joselion', 'maybe').version('3.3.1')
1313
library('mockito', 'org.mockito', 'mockito-core').version('5.5.0')
1414
library('sonarlint-java', 'org.sonarsource.java', 'sonar-java-plugin').version('7.24.0.32100')
15-
library('tomcat-jasper', 'org.apache.tomcat.embed', 'tomcat-embed-jasper').version('9.0.80')
15+
library('tomcat-jasper', 'org.apache.tomcat.embed', 'tomcat-embed-jasper').version('9.0.81')
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)