From c71576190daa80a5db6b0be982b16d5ba36b723e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 11:22:21 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind in the gradle group Bumps the gradle group with 1 update: [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson). Updates `com.fasterxml.jackson.core:jackson-databind` from 2.16.0 to 2.17.1 - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production dependency-group: gradle ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index e730ebe50b..4066f775ce 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -33,7 +33,7 @@ buildscript { dependencies { classpath("com.fasterxml.jackson.core:jackson-core:2.16.0") classpath("com.fasterxml.jackson.core:jackson-annotations:2.15.3") - classpath("com.fasterxml.jackson.core:jackson-databind:2.16.0") + classpath("com.fasterxml.jackson.core:jackson-databind:2.17.1") classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.16.0") classpath("com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.16.0") classpath("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0")