File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99
1010## [ 11.0.5]
1111
12+ - Upgrades the embedded tomcat to 11.0.8 because of security vulnerabilities
1213- Adds back previously removed ` implementationDependencies.json ` , but now it is generated by the build process
1314
1415## [ 11.0.4]
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
4545 implementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.5.13'
4646
4747 // https://mvnrepository.com/artifact/org.apache.tomcat.embed/tomcat-embed-core
48- api group : ' org.apache.tomcat.embed' , name : ' tomcat-embed-core' , version : ' 11.0.6 '
48+ api group : ' org.apache.tomcat.embed' , name : ' tomcat-embed-core' , version : ' 11.0.8 '
4949
5050 // https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305
5151 implementation group : ' com.google.code.findbugs' , name : ' jsr305' , version : ' 3.0.2'
You can’t perform that action at this time.
0 commit comments