From 31223ccd063e539566c73589e5876c5019297f69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 15:03:09 +0000 Subject: [PATCH] Bump jackson-annotations from 2.13.4 to 2.14.0 Bumps [jackson-annotations](https://github.com/FasterXML/jackson) from 2.13.4 to 2.14.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-annotations 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 2bb88d95..19323fb9 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ subprojects { dependencies { compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.13.4' compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.0' - compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.13.4' + compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.14.0' compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-smile', version: '2.14.0' compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-cbor', version: '2.13.4' compile group: 'com.google.re2j', name: 're2j', version: '1.7'