From e66bc2ac7cbda7d35b566fd4854bec7eadcaf599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Apr 2025 09:33:44 +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.0. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.18.3...jackson-module-kotlin-2.19.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-version: 2.19.0 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..e73bca8 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.0") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.3") // Tracing