From 9dd012ec4dfef7faf4f05b282f0c2a8041cd48f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 22:25:42 +0200 Subject: [PATCH] build(deps): bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.17.0 to 2.17.1 (#81) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6c7ab2c..5bf6b4f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ repositories { dependencies { implementation("com.fasterxml.jackson.core:jackson-core:2.17.1") implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1") - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1") testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")