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 2fbc229 + 5e48f32 commit 99a8162Copy full SHA for 99a8162
build.gradle
@@ -103,7 +103,7 @@ dependencies {
103
testImplementation "org.assertj:assertj-core:3.25.0"
104
105
testRuntimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.22.1"
106
- testRuntimeOnly "org.apache.logging.log4j:log4j-api:2.22.0"
+ testRuntimeOnly "org.apache.logging.log4j:log4j-api:2.22.1"
107
testRuntimeOnly "org.apache.logging.log4j:log4j-core:2.22.1"
108
109
integrationTestImplementation "org.apache.kafka:connect-api:$kafkaVersion"
0 commit comments