From 603bfa7daa5034e788a94a3096c9af754cf2155b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 05:51:57 +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.1.3. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-3.1.2...jackson-module-kotlin-3.1.3) --- 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 2238004..d5bf54c 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { 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.module:jackson-module-kotlin:3.1.2") + implementation("tools.jackson.module:jackson-module-kotlin:3.1.3") testImplementation("org.slf4j:slf4j-api:2.0.17") testImplementation(kotlin("test")) }