From 1e3d78751946aa9bd9ef3e65b44cbf15cf5aed1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 07:25:41 +0000 Subject: [PATCH] build: bump com.fasterxml.jackson.module:jackson-module-kotlin Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.22.1 to 2.22.2. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.22.1...jackson-module-kotlin-2.22.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-version: 2.22.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- buildSrc/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",