We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed40086 commit d2b2a93Copy full SHA for d2b2a93
build.gradle
@@ -102,7 +102,7 @@ dependencies {
102
testImplementation "io.debezium:debezium-api:$debeziumVersion"
103
testImplementation "org.assertj:assertj-core:3.26.3"
104
105
- testRuntimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.23.1"
+ testRuntimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.24.3"
106
testRuntimeOnly "org.apache.logging.log4j:log4j-api:2.23.1"
107
testRuntimeOnly "org.apache.logging.log4j:log4j-core:2.23.1"
108
0 commit comments