From 15a57ce2e7fc2f77105c34c3755ac1a6c328b274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:57:36 +0000 Subject: [PATCH] build(deps): bump com.fasterxml.jackson.core:jackson-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.16.1 to 2.17.0. - [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-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index ee5ce355e..78322783c 100644 --- a/build.gradle +++ b/build.gradle @@ -167,7 +167,7 @@ dependencies { testImplementation "org.apache.kafka:connect-json:$kafkaVersion" testImplementation "org.junit.jupiter:junit-jupiter:$junitVersion" testImplementation "org.apache.parquet:parquet-tools:$parquetVersion" - testImplementation "com.fasterxml.jackson.core:jackson-databind:2.16.1" + testImplementation "com.fasterxml.jackson.core:jackson-databind:2.17.0" testImplementation "org.mockito:mockito-core:5.11.0" testImplementation 'org.assertj:assertj-core:3.25.3' @@ -177,7 +177,7 @@ dependencies { testImplementation "org.codehaus.woodstox:stax2-api:4.2.2" testImplementation "org.apache.hadoop:hadoop-mapreduce-client-core:$hadoopVersion" - testImplementation "com.fasterxml.jackson.core:jackson-databind:2.16.1" + testImplementation "com.fasterxml.jackson.core:jackson-databind:2.17.0" testImplementation "io.confluent:kafka-connect-avro-converter:$confluentPlatformVersion" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"