Skip to content

Commit a877255

Browse files
authored
fix: upgrade tomcat to 11.0.6 (#1150)
1 parent f09908d commit a877255

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2424
repositories {
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'

0 commit comments

Comments
 (0)