Skip to content

Commit

Permalink
fix(security): Vulnerabilities on tomcat-jasper
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Oct 15, 2023
1 parent 0536e72 commit 2d1fa2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ org.apache.maven.doxia:doxia-core:1.12.0=checkstyle
org.apache.maven.doxia:doxia-logging-api:1.12.0=checkstyle
org.apache.maven.doxia:doxia-module-xdoc:1.12.0=checkstyle
org.apache.maven.doxia:doxia-sink-api:1.12.0=checkstyle
org.apache.tomcat.embed:tomcat-embed-core:9.0.80=sonarlintCoreClasspath
org.apache.tomcat.embed:tomcat-embed-el:9.0.80=sonarlintCoreClasspath
org.apache.tomcat.embed:tomcat-embed-jasper:9.0.80=sonarlintCoreClasspath
org.apache.tomcat:tomcat-annotations-api:9.0.80=sonarlintCoreClasspath
org.apache.tomcat.embed:tomcat-embed-core:9.0.81=sonarlintCoreClasspath
org.apache.tomcat.embed:tomcat-embed-el:9.0.81=sonarlintCoreClasspath
org.apache.tomcat.embed:tomcat-embed-jasper:9.0.81=sonarlintCoreClasspath
org.apache.tomcat:tomcat-annotations-api:9.0.81=sonarlintCoreClasspath
org.apache.xbean:xbean-reflect:3.7=checkstyle
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath,testkitCompileClasspath
org.assertj:assertj-core:3.24.2=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencyResolutionManagement {
library('maybe', 'io.github.joselion', 'maybe').version('3.3.1')
library('mockito', 'org.mockito', 'mockito-core').version('5.5.0')
library('sonarlint-java', 'org.sonarsource.java', 'sonar-java-plugin').version('7.24.0.32100')
library('tomcat-jasper', 'org.apache.tomcat.embed', 'tomcat-embed-jasper').version('9.0.80')
library('tomcat-jasper', 'org.apache.tomcat.embed', 'tomcat-embed-jasper').version('9.0.81')
}
}
}

0 comments on commit 2d1fa2c

Please sign in to comment.