Skip to content

Commit

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

build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.15.3
  • Loading branch information
jeqo authored Nov 2, 2023
2 parents f099c8f + 522eb87 commit adb48dd
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.15.2"
testImplementation "com.fasterxml.jackson.core:jackson-databind:2.15.3"
testImplementation "org.mockito:mockito-core:5.5.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.15.2"
testImplementation "com.fasterxml.jackson.core:jackson-databind:2.15.3"
testImplementation "io.confluent:kafka-connect-avro-converter:$confluentPlatformVersion"

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

0 comments on commit adb48dd

Please sign in to comment.