From cbddf8c2f4025f9b13582d0910cdbf5674772968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 11:20:01 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.0 to 2.17.1. - [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-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 581bbbfc..4f27bf4f 100644 --- a/build.gradle +++ b/build.gradle @@ -183,7 +183,7 @@ dependencies { testImplementation "org.apache.kafka:connect-api:$kafkaVersion" testImplementation "org.apache.kafka:connect-json:$kafkaVersion" testImplementation "com.fasterxml.jackson.core:jackson-core:2.17.0" - testImplementation "com.fasterxml.jackson.core:jackson-databind:2.17.0" + testImplementation "com.fasterxml.jackson.core:jackson-databind:2.17.1" testImplementation "com.fasterxml.jackson.core:jackson-annotations:2.17.0" testRuntimeOnly "org.slf4j:slf4j-log4j12:$slf4jVersion"