We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18ed9b commit 68dc678Copy full SHA for 68dc678
plugins/gradle/example-client-kotlin/build.gradle
@@ -33,7 +33,7 @@ dependencies {
33
implementation "javax.validation:validation-api:2.0.1.Final"
34
implementation "com.squareup.okhttp3:okhttp:4.11.0"
35
implementation "com.fasterxml.jackson.core:jackson-core:2.15.3"
36
- implementation "com.fasterxml.jackson.core:jackson-databind:2.15.3"
+ implementation "com.fasterxml.jackson.core:jackson-databind:2.17.2"
37
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2"
38
implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.3"
39
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
0 commit comments