Skip to content

Commit

Permalink
Merge pull request #235 from Aiven-Open/dependabot/gradle/com.fasterx…
Browse files Browse the repository at this point in the history
…ml.jackson.core-jackson-databind-2.17.0

build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.17.0
  • Loading branch information
tvainika authored Apr 2, 2024
2 parents 295e67c + 15a57ce commit 774ac33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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"
Expand Down

0 comments on commit 774ac33

Please sign in to comment.