diff --git a/plugins/gradle/example-client-kotlin/build.gradle b/plugins/gradle/example-client-kotlin/build.gradle index 4cc3e3053604462dc7a1594019dfb23171daa6c0..9cd3d88b02580923d71926707d5dbfc3e5ff27be 100644 --- a/plugins/gradle/example-client-kotlin/build.gradle +++ b/plugins/gradle/example-client-kotlin/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation "com.squareup.okhttp3:okhttp:4.11.0" implementation "com.fasterxml.jackson.core:jackson-core:2.15.2" implementation "com.fasterxml.jackson.core:jackson-databind:2.15.2" - implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.15.0" + implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2" implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.2" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"