From 678b066c7bff15f194080d2eb0d8e01a98adc068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 17:22:58 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.14.2 to 2.15.0 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.14.2 to 2.15.0. - [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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 956ab2fe..1172e5f5 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.14.2' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.15.0' 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.14.2' implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-cbor', version: '2.15.0'