Skip to content

Commit 44a33ff

Browse files
committed
build(deps): bump org.apache.logging.log4j:log4j from 2.23.1 to 2.24.3
1 parent 0dfd9e8 commit 44a33ff

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ targetCompatibility = JavaVersion.VERSION_11
4444
ext {
4545
jacksonVersion = "2.18.2"
4646
kafkaVersion = "2.0.1"
47+
log4jVersion = "2.24.3"
4748
testcontainersVersion = "1.20.4"
4849
debeziumVersion = "1.3.0.Final"
4950
}
@@ -103,9 +104,9 @@ dependencies {
103104
testImplementation "io.debezium:debezium-api:$debeziumVersion"
104105
testImplementation "org.assertj:assertj-core:3.26.3"
105106

106-
testRuntimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.23.1"
107-
testRuntimeOnly "org.apache.logging.log4j:log4j-api:2.23.1"
108-
testRuntimeOnly "org.apache.logging.log4j:log4j-core:2.23.1"
107+
testRuntimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion"
108+
testRuntimeOnly "org.apache.logging.log4j:log4j-api:$log4jVersion"
109+
testRuntimeOnly "org.apache.logging.log4j:log4j-core:$log4jVersion"
109110

110111
integrationTestImplementation "org.apache.kafka:connect-api:$kafkaVersion"
111112
integrationTestImplementation("org.apache.kafka:connect-runtime:$kafkaVersion") {

0 commit comments

Comments
 (0)