From 667a0dd9cf66eb0fcc51dfa1d56595a8adbe3e03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 13:22:42 -0400 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-core from 2.14.2 to 2.15.0 (#641) Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.14.2 to 2.15.0. - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Changelog](https://github.com/FasterXML/jackson-core/blob/jackson-core-2.15.0/release.properties) - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.14.2...jackson-core-2.15.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-type: direct:production update-type: version-update:semver-minor ... 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 ef3dfa1e..956ab2fe 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ subprojects { } dependencies { - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.14.2' + 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-annotations', version: '2.15.0' implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-smile', version: '2.14.2'