We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18ed9b commit a4ae8faCopy full SHA for a4ae8fa
plugins/gradle/example-client-kotlin/build.gradle
@@ -32,7 +32,7 @@ dependencies {
32
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"
+ implementation "com.fasterxml.jackson.core:jackson-core:2.17.2"
36
implementation "com.fasterxml.jackson.core:jackson-databind:2.15.3"
37
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2"
38
implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.3"
0 commit comments