File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jacoco {
26
26
dependencies {
27
27
implementation(platform(" org.jetbrains.kotlin:kotlin-bom" ))
28
28
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 " )
33
33
api(" net.sourceforge.streamsupport:android-retrofuture:1.7.4" )
34
34
api(" com.squareup.okhttp3:okhttp:4.11.0" )
35
35
api(" org.slf4j:slf4j-api:2.0.7" )
You can’t perform that action at this time.
0 commit comments