Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
reta authored Apr 3, 2024
1 parent 6bb9907 commit 1a85fff
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 @@ -182,8 +182,8 @@ dependencies {
testImplementation "org.apache.kafka:connect-api:$kafkaVersion"
testImplementation "org.apache.kafka:connect-json:$kafkaVersion"
testImplementation "com.fasterxml.jackson.core:jackson-core:2.17.0"
testImplementation "com.fasterxml.jackson.core:jackson-databind:2.16.1"
testImplementation "com.fasterxml.jackson.core:jackson-annotations:2.16.1"
testImplementation "com.fasterxml.jackson.core:jackson-databind:2.17.0"
testImplementation "com.fasterxml.jackson.core:jackson-annotations:2.17.0"
testRuntimeOnly "org.slf4j:slf4j-log4j12:$slf4jVersion"

integrationTestImplementation "org.testcontainers:junit-jupiter:$testcontainersVersion"
Expand Down

0 comments on commit 1a85fff

Please sign in to comment.