From 865eb201fdb05448dc3ed50ca0b439762b80804a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 13:58:08 +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.0 to 2.18.2. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.18.0...jackson-module-kotlin-2.18.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... 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 af45c08..ba41895 100644 --- a/kotlin-wot/build.gradle.kts +++ b/kotlin-wot/build.gradle.kts @@ -1,7 +1,7 @@ dependencies { //implementation("org.jetbrains.kotlin:kotlin-reflect:2.0.20") api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0") - api("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0") + api("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310") implementation("org.slf4j:slf4j-api:2.0.16") testImplementation("net.javacrumbs.json-unit:json-unit-assertj:3.4.1")