From c0467e7bf5862a26a065ab48929ab2804ba228d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:47:37 +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.17.1 to 2.18.0. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.17.1...jackson-module-kotlin-2.18.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router/build.gradle.kts b/router/build.gradle.kts index 84221ad..73be502 100644 --- a/router/build.gradle.kts +++ b/router/build.gradle.kts @@ -8,7 +8,7 @@ dependencies { implementation("org.slf4j:slf4j-api:2.0.13") api("com.fasterxml.jackson.core:jackson-databind:2.17.1") - api("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1") + api("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0") api("com.google.guava:guava:33.2.1-jre") testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.2")