From 373f9953bed0aa44e2dadb63a4bd4a2145da39f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jun 2023 09:31:11 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-annotations Bumps [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) from 2.13.0 to 2.15.2. - [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 87e61fcb6e..94bb184fae 100644 --- a/build.gradle +++ b/build.gradle @@ -456,7 +456,7 @@ subprojects { dependency "com.fasterxml.jackson.core:jackson-databind:2.13.0" dependency "com.fasterxml.jackson.core:jackson-core:2.13.0" - dependency "com.fasterxml.jackson.core:jackson-annotations:2.13.0" + dependency "com.fasterxml.jackson.core:jackson-annotations:2.15.2" dependency "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.0" dependency "org.asynchttpclient:async-http-client:2.12.0"