Skip to content

Commit

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

build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1
  • Loading branch information
tvainika authored Jan 8, 2024
2 parents 9589eb0 + 69ccee0 commit 9b37126
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.0"
testImplementation "com.fasterxml.jackson.core:jackson-databind:2.16.1"
testImplementation "org.mockito:mockito-core:5.8.0"
testImplementation 'org.assertj:assertj-core:3.24.2'

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.0"
testImplementation "com.fasterxml.jackson.core:jackson-databind:2.16.1"
testImplementation "io.confluent:kafka-connect-avro-converter:$confluentPlatformVersion"

testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
Expand Down

0 comments on commit 9b37126

Please sign in to comment.