File tree 2 files changed +6
-2
lines changed
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).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 9.0.1]
11
+
12
+ - Upgrades the embedded tomcat from 11.0.5 to 11.0.6 because of security vulnerabilities
13
+
10
14
## [ 9.0.0]
11
15
12
16
- Migrates to github actions
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
id ' java-library'
3
3
}
4
4
5
- version = " 9.0.0 "
5
+ version = " 9.0.1 "
6
6
7
7
repositories {
8
8
mavenCentral()
@@ -20,7 +20,7 @@ dependencies {
20
20
implementation group : ' org.postgresql' , name : ' postgresql' , version : ' 42.7.2'
21
21
22
22
// https://mvnrepository.com/artifact/org.apache.tomcat.embed/tomcat-embed-core
23
- implementation group : ' org.apache.tomcat.embed' , name : ' tomcat-embed-core' , version : ' 11.0.5 '
23
+ implementation group : ' org.apache.tomcat.embed' , name : ' tomcat-embed-core' , version : ' 11.0.6 '
24
24
25
25
// https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml
26
26
compileOnly group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-yaml' , version : ' 2.16.1'
You can’t perform that action at this time.
0 commit comments