From 531172008b16c8493d7dc88661c6c2b79fdcdab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:59:49 +0400 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.17.0 (#98) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 847f118..5be723e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { implementation(platform("org.springframework:spring-framework-bom:5.3.31")) implementation("org.apache.tomcat.embed:tomcat-embed-jasper:9.0.84") implementation("org.springframework:spring-webmvc") - implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1") + implementation("com.fasterxml.jackson.core:jackson-databind:2.17.0") implementation("com.google.code.findbugs:jsr305:3.0.2") implementation(libs.jaeger.core)