File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9
9
10
10
## [ 9.0.1]
11
11
12
- - Upgrades the embedded tomcat from 11.0.5 to 11.0.6 because of security vulnerabilities
12
+ - Upgrades the embedded tomcat 11.0.6 and logback classic to 1.5.13 because of security vulnerabilities
13
13
14
14
## [ 9.0.0]
15
15
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
29
29
compileOnly group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.16.1'
30
30
31
31
// https://mvnrepository.com/artifact/ch.qos.logback/logback-classic
32
- compileOnly group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.4.14 '
32
+ compileOnly group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.5.13 '
33
33
34
34
// https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305
35
35
compileOnly group : ' com.google.code.findbugs' , name : ' jsr305' , version : ' 3.0.2'
@@ -46,7 +46,7 @@ dependencies {
46
46
testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 3.1.0'
47
47
48
48
// https://mvnrepository.com/artifact/ch.qos.logback/logback-classic
49
- testImplementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.4.14 '
49
+ testImplementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.5.13 '
50
50
51
51
// https://mvnrepository.com/artifact/com.google.code.gson/gson
52
52
testImplementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.3.1'
You can’t perform that action at this time.
0 commit comments