From 6bb9907ea611b9ced27f724f555a28c2353291ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:42:07 +0000 Subject: [PATCH 1/2] Bump com.fasterxml.jackson.core:jackson-core from 2.16.1 to 2.17.0 Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.16.1 to 2.17.0. - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.16.1...jackson-core-2.17.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3e62cc03..18bdeb87 100644 --- a/build.gradle +++ b/build.gradle @@ -181,7 +181,7 @@ dependencies { testImplementation "org.apache.kafka:connect-api:$kafkaVersion" testImplementation "org.apache.kafka:connect-json:$kafkaVersion" - testImplementation "com.fasterxml.jackson.core:jackson-core:2.16.1" + testImplementation "com.fasterxml.jackson.core:jackson-core:2.17.0" testImplementation "com.fasterxml.jackson.core:jackson-databind:2.16.1" testImplementation "com.fasterxml.jackson.core:jackson-annotations:2.16.1" testRuntimeOnly "org.slf4j:slf4j-log4j12:$slf4jVersion" From 1a85fffbaeae28af072ae0f17ecb8a820968c049 Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Wed, 3 Apr 2024 12:19:08 -0400 Subject: [PATCH 2/2] Update build.gradle --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 18bdeb87..8a2181a5 100644 --- a/build.gradle +++ b/build.gradle @@ -182,8 +182,8 @@ 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.16.1" - testImplementation "com.fasterxml.jackson.core:jackson-annotations:2.16.1" + testImplementation "com.fasterxml.jackson.core:jackson-databind:2.17.0" + testImplementation "com.fasterxml.jackson.core:jackson-annotations:2.17.0" testRuntimeOnly "org.slf4j:slf4j-log4j12:$slf4jVersion" integrationTestImplementation "org.testcontainers:junit-jupiter:$testcontainersVersion"