From fa3800f3cd56c03b72a156108c14a5e02318e56d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 12:27:31 +0000 Subject: [PATCH] chore(deps): bump tools.jackson.module:jackson-module-kotlin Bumps [tools.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 3.1.2 to 3.2.2. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-3.1.2...jackson-module-kotlin-3.2.2) --- updated-dependencies: - dependency-name: tools.jackson.module:jackson-module-kotlin dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- common/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) }