From df37f4d70d87c9f5b15c64e15d7f6a4f5885b9b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Jan 2023 09:21:49 +0000 Subject: [PATCH] Bump jackson-databind from 2.13.2.2 to 2.14.2 in /integration/spark Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.2.2 to 2.14.2. - [Release notes](https://github.com/FasterXML/jackson/releases) - [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] --- integration/spark/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/spark/build.gradle b/integration/spark/build.gradle index bf7c007742..71266860d0 100644 --- a/integration/spark/build.gradle +++ b/integration/spark/build.gradle @@ -51,7 +51,7 @@ ext { lombokVersion = '1.18.20' isReleaseVersion = !version.endsWith('SNAPSHOT') jacksonVersion = "2.13.2" - jacksonDatabindVersion = "2.13.2.2" + jacksonDatabindVersion = "2.14.2" } dependencies {