From e7a032e90d6089f538c86636292bb4be346053cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 15:35:25 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.15.3 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.2 to 2.15.3. - [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-patch ... 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 6993d48be4..ec28ed4ce0 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -33,7 +33,7 @@ buildscript { dependencies { classpath("com.fasterxml.jackson.core:jackson-core:2.15.2") classpath("com.fasterxml.jackson.core:jackson-annotations:2.15.2") - classpath("com.fasterxml.jackson.core:jackson-databind:2.15.2") + classpath("com.fasterxml.jackson.core:jackson-databind:2.15.3") classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.2") classpath("com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.15.2") classpath("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2")