From 418a3736ccff7e70964feb8eea498fd1e83b501f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 12:30:18 +0000 Subject: [PATCH] chore(deps): bump tools.jackson.core:jackson-databind Bumps [tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 3.1.2 to 3.2.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: tools.jackson.core:jackson-databind 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 7a1301a..b1d1f50 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -7,7 +7,7 @@ dependencies { implementation("io.nats:jnats:2.25.2") // 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.core:jackson-databind:3.2.2") implementation("tools.jackson.module:jackson-module-kotlin:3.2.2") testImplementation("org.slf4j:slf4j-api:2.0.18") testImplementation(kotlin("test"))