Skip to content

Commit 5fbe206

Browse files
authored
fix: CVE fixes (#1159)
* fix: upgrade tomcat to 11.0.8 * chore: build version and changelog
1 parent a07e415 commit 5fbe206

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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]

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)