diff --git a/build.gradle.kts b/build.gradle.kts index 0437aeb..c733e5b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,7 +48,7 @@ allprojects { "com.fasterxml.jackson.core:jackson-core:2.22.1", "com.fasterxml.jackson.core:jackson-databind:2.22.1", "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.22.1", - "com.fasterxml.jackson.module:jackson-module-kotlin:2.22.1", + "com.fasterxml.jackson.module:jackson-module-kotlin:2.22.2", "com.github.jknack:handlebars:4.5.4", "com.google.guava:guava:33.6.0-jre", "com.jayway.jsonpath:json-path:3.0.0", diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index e31385b..dc5e664 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -40,7 +40,7 @@ configurations.configureEach { "com.fasterxml.jackson.core:jackson-core:2.22.1", "com.fasterxml.jackson.core:jackson-databind:2.22.1", "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.22.1", - "com.fasterxml.jackson.module:jackson-module-kotlin:2.22.1", + "com.fasterxml.jackson.module:jackson-module-kotlin:2.22.2", "com.github.jknack:handlebars:4.5.4", "com.google.guava:guava:33.6.0-jre", "com.jayway.jsonpath:json-path:3.0.0",