From 9276fb3ddc9e1f13aacac8177a26a75dc1b0a54d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:37:06 +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.16.1 to 2.17.0. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.16.1...jackson-module-kotlin-2.17.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] --- apple-maps-server-kotlin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple-maps-server-kotlin/build.gradle.kts b/apple-maps-server-kotlin/build.gradle.kts index ab8cd9e..8f7aed2 100644 --- a/apple-maps-server-kotlin/build.gradle.kts +++ b/apple-maps-server-kotlin/build.gradle.kts @@ -19,7 +19,7 @@ repositories { dependencies { implementation(kotlin("stdlib:1.9.20")) - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0") implementation("com.fasterxml.jackson.core:jackson-annotations:2.16.1") implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1") }