From 903bd57ac5a825c05f5185dd2e804ae59f59b8a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 06:46:00 +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.17.2. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.17.1...jackson-module-kotlin-2.17.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] --- 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..510f89a 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.17.2") api("com.google.guava:guava:33.2.1-jre") testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.2")