From a64342ca05787eb8ad479396c612cb61eb5f6d2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 09:13:38 -0400 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.15.0 to 2.15.1 (#652) Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.0 to 2.15.1. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0644c647..b2fe59f5 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ subprojects { dependencies { implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.15.0' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.15.0' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.15.1' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.15.0' implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-smile', version: '2.15.0' implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-cbor', version: '2.15.1'