From dd2a24a4c62df7439b6d63b66d31a60889848e0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:35:55 +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.14.1 to 2.16.0. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.14.1...jackson-module-kotlin-2.16.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 e1c83aa8..380b221b 100644 --- a/router/build.gradle.kts +++ b/router/build.gradle.kts @@ -8,7 +8,7 @@ dependencies { implementation("org.slf4j:slf4j-api:2.0.5") api("com.fasterxml.jackson.core:jackson-databind:2.14.1") - api("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.1") + api("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0") api("com.google.guava:guava:31.1-jre") testImplementation("org.junit.jupiter:junit-jupiter-engine:5.9.1")