diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 2e79cb2..7a1301a 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -8,7 +8,7 @@ dependencies { // service-config answers REST; the client parses its JSON with the same // Jackson 3 line the snapshot applier already uses. implementation("tools.jackson.core:jackson-databind:3.1.2") - implementation("tools.jackson.module:jackson-module-kotlin:3.1.2") + implementation("tools.jackson.module:jackson-module-kotlin:3.2.2") testImplementation("org.slf4j:slf4j-api:2.0.18") testImplementation(kotlin("test")) }