From 51a05a11dac454632086f72141775d18dbf31b07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 15:13:57 +0000 Subject: [PATCH] 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.18.3 to 2.19.1. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.18.3...jackson-module-kotlin-2.19.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-version: 2.19.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- kotlin-wot/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-wot/build.gradle.kts b/kotlin-wot/build.gradle.kts index 7d8cac5..0495aff 100644 --- a/kotlin-wot/build.gradle.kts +++ b/kotlin-wot/build.gradle.kts @@ -1,6 +1,6 @@ dependencies { api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") - api("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3") + api("com.fasterxml.jackson.module:jackson-module-kotlin:2.19.1") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.3") // Tracing