Skip to content

Commit 15ff758

Browse files
authored
Merge pull request #173 from Aiven-Open/rskraba/bump-apache-log4j
build(deps): bump org.apache.logging.log4j:log4j from 2.23.1 to 2.24.3
2 parents f1e7f59 + bd73c26 commit 15ff758

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

build.gradle

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,12 @@ sourceCompatibility = JavaVersion.VERSION_11
4242
targetCompatibility = JavaVersion.VERSION_11
4343

4444
ext {
45+
debeziumVersion = "1.3.0.Final"
4546
jacksonVersion = "2.18.2"
47+
junit5Version = "5.12.2"
4648
kafkaVersion = "2.0.1"
49+
log4jVersion = "2.24.3"
4750
testcontainersVersion = "1.20.4"
48-
debeziumVersion = "1.3.0.Final"
49-
junit5Version = "5.12.2"
5051
}
5152

5253
distributions {
@@ -104,9 +105,9 @@ dependencies {
104105
testImplementation "io.debezium:debezium-api:$debeziumVersion"
105106
testImplementation "org.assertj:assertj-core:3.26.3"
106107

107-
testRuntimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.23.1"
108-
testRuntimeOnly "org.apache.logging.log4j:log4j-api:2.23.1"
109-
testRuntimeOnly "org.apache.logging.log4j:log4j-core:2.23.1"
108+
testRuntimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion"
109+
testRuntimeOnly "org.apache.logging.log4j:log4j-api:$log4jVersion"
110+
testRuntimeOnly "org.apache.logging.log4j:log4j-core:$log4jVersion"
110111
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
111112

112113
integrationTestImplementation "org.apache.kafka:connect-api:$kafkaVersion"

0 commit comments

Comments
 (0)