File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jacoco {
2626dependencies {
2727 implementation(platform(" org.jetbrains.kotlin:kotlin-bom" ))
2828 implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
29- implementation(" com.fasterxml.jackson.core:jackson-databind:2.15.1 " )
30- implementation(" com.fasterxml.jackson.core:jackson-core:2.15.1 " )
31- implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.15.1 " )
32- implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.1 " )
29+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.13.5 " )
30+ implementation(" com.fasterxml.jackson.core:jackson-core:2.13.5 " )
31+ implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.13.5 " )
32+ implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.5 " )
3333 api(" net.sourceforge.streamsupport:android-retrofuture:1.7.4" )
3434 api(" com.squareup.okhttp3:okhttp:4.11.0" )
3535 api(" org.slf4j:slf4j-api:2.0.7" )
You can’t perform that action at this time.
0 commit comments