From 0a81b963f77fd4466f0ba09fcfe9ad7690ddde11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:51:00 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-core from 2.15.2 to 2.15.3 Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.15.2 to 2.15.3. - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.15.2...jackson-core-2.15.3) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core 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 566839fc..ae531f31 100644 --- a/build.gradle +++ b/build.gradle @@ -168,7 +168,7 @@ dependencies { testImplementation "org.apache.kafka:connect-api:$kafkaVersion" testImplementation "org.apache.kafka:connect-json:$kafkaVersion" - testImplementation "com.fasterxml.jackson.core:jackson-core:2.15.2" + 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.2" testRuntimeOnly "org.slf4j:slf4j-log4j12:$slf4jVersion"