File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88## [ Unreleased]
99
10+ ## [ 11.0.1]
11+
12+ - Upgrades the embedded tomcat from 11.0.5 to 11.0.6 because of security vulnerabilities
13+
1014## [ 11.0.0]
1115
1216- Migrates tests to Github Actions
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ compileTestJava { options.encoding = "UTF-8" }
1919// }
2020// }
2121
22- version = " 11.0.0 "
22+ version = " 11.0.1 "
2323
2424repositories {
2525 mavenCentral()
@@ -45,7 +45,7 @@ dependencies {
4545 implementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.4.14'
4646
4747 // https://mvnrepository.com/artifact/org.apache.tomcat.embed/tomcat-embed-core
48- implementation group : ' org.apache.tomcat.embed' , name : ' tomcat-embed-core' , version : ' 11.0.5 '
48+ implementation group : ' org.apache.tomcat.embed' , name : ' tomcat-embed-core' , version : ' 11.0.6 '
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