From 2f1affa7f0c4ea0d9f7daf4f9f4f4478d8ff9dfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:41:26 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-annotations Bumps [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) from 2.15.3 to 2.16.0. - [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 5f8bc751..98bd0a8d 100644 --- a/build.gradle +++ b/build.gradle @@ -183,7 +183,7 @@ dependencies { testImplementation "org.apache.kafka:connect-json:$kafkaVersion" testImplementation "com.fasterxml.jackson.core:jackson-core:2.15.3" testImplementation "com.fasterxml.jackson.core:jackson-databind:2.15.3" - testImplementation "com.fasterxml.jackson.core:jackson-annotations:2.15.3" + testImplementation "com.fasterxml.jackson.core:jackson-annotations:2.16.0" testRuntimeOnly "org.slf4j:slf4j-log4j12:$slf4jVersion" integrationTestImplementation "org.testcontainers:junit-jupiter:$testcontainersVersion"