From 0f1680cd508816d4f3238e3a9da09a040160b776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 13:17:51 +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.2. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.18.3...jackson-module-kotlin-2.19.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-version: 2.19.2 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..a49c0d4 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.2") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.3") // Tracing