From 74ec7caaf2815447962533ddcb5a095eb6bfbb11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 20:39:58 +0000 Subject: [PATCH] build(deps): 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 34eb07b..4e22fc6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -42,7 +42,7 @@ dependencies { implementation("com.fasterxml.jackson.core:jackson-core:2.18.1") implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.2") - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2") testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")