From 89e1df0c4c42f84baf9d12bbdccf3b31748b208e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 05:51:54 +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.1.3. - [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 2238004..2077dc5 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -16,7 +16,7 @@ dependencies { compileOnly("org.slf4j:slf4j-api:2.0.17") implementation("com.google.protobuf:protobuf-java:4.34.1") implementation("io.nats:jnats:2.25.2") - implementation("tools.jackson.core:jackson-databind:3.1.2") + implementation("tools.jackson.core:jackson-databind:3.1.3") implementation("tools.jackson.module:jackson-module-kotlin:3.1.2") testImplementation("org.slf4j:slf4j-api:2.0.17") testImplementation(kotlin("test"))