From f63291aebe6c6356bad0f9c815eadd7bf1822487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:37:09 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.17.0 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.16.1 to 2.17.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind 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..ce1c04b 100644 --- a/apple-maps-server-kotlin/build.gradle.kts +++ b/apple-maps-server-kotlin/build.gradle.kts @@ -21,7 +21,7 @@ dependencies { implementation(kotlin("stdlib:1.9.20")) implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1") implementation("com.fasterxml.jackson.core:jackson-annotations:2.16.1") - implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1") + implementation("com.fasterxml.jackson.core:jackson-databind:2.17.0") } mavenPublishing {