File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ dependencies {
3030 implementation(" ch.qos.logback:logback-classic:1.5.18" )
3131 implementation(" ch.qos.logback:logback-core:1.5.18" )
3232
33- implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.1 " )
34- implementation(" com.fasterxml.jackson.core:jackson-databind:2.19.1 " )
35- implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.19.1 " )
33+ implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.0 " )
34+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.20.0 " )
35+ implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.20.0 " )
3636 constraints {
3737 implementation(" com.google.code.gson:gson:2.13.2" ) {
3838 because(" CVE-2022-25647" )
You can’t perform that action at this time.
0 commit comments