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 @@ -36,9 +36,9 @@ dependencies {
36
36
implementation(" org.apache.kafka:kafka-clients:3.2.0" )
37
37
implementation " org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2"
38
38
implementation " org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.6.1"
39
- implementation(" com.fasterxml.jackson.core:jackson-databind:2.15.0 " )
40
- implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.15.0 " ) // Check latest version
41
- implementation(" com.fasterxml.jackson.core:jackson-core:2.15.0 " )
39
+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.19.2 " )
40
+ implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.19.2 " ) // Check latest version
41
+ implementation(" com.fasterxml.jackson.core:jackson-core:2.19.2 " )
42
42
implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.0" )
43
43
implementation(" org.slf4j:slf4j-api:2.0.12" )
44
44
implementation(" ch.qos.logback:logback-classic:1.5.18" )
You can’t perform that action at this time.
0 commit comments