We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4dd01e2 + d013caa commit 7a2f6cbCopy full SHA for 7a2f6cb
build.gradle
@@ -100,7 +100,7 @@ dependencies {
100
testImplementation "org.apache.kafka:connect-api:$kafkaVersion"
101
testImplementation "org.testcontainers:junit-jupiter:$testcontainersVersion"
102
testImplementation "io.debezium:debezium-api:$debeziumVersion"
103
- testImplementation "org.assertj:assertj-core:3.26.0"
+ testImplementation "org.assertj:assertj-core:3.26.3"
104
105
testRuntimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.23.1"
106
testRuntimeOnly "org.apache.logging.log4j:log4j-api:2.23.1"
0 commit comments