Skip to content

Commit 5e549da

Browse files
committed
Use Log4j 3.0.0 beta 3 for testing
See gh-32459
1 parent 3db1b94 commit 5e549da

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ configure([rootProject] + javaProjects) { project ->
7979
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
8080
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
8181
testRuntimeOnly("org.junit.platform:junit-platform-suite-engine")
82+
testRuntimeOnly("org.apache.logging.log4j:log4j-core")
8283
// JSR-305 only used for non-required meta-annotations
8384
compileOnly("com.google.code.findbugs:jsr305")
8485
testCompileOnly("com.google.code.findbugs:jsr305")

framework-platform/framework-platform.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies {
1414
api(platform("io.projectreactor:reactor-bom:2024.0.1"))
1515
api(platform("io.rsocket:rsocket-bom:1.1.4"))
1616
api(platform("org.apache.groovy:groovy-bom:4.0.24"))
17+
api(platform("org.apache.logging.log4j:log4j-bom:3.0.0-beta3"))
1718
api(platform("org.assertj:assertj-bom:3.26.3"))
1819
api(platform("org.eclipse.jetty:jetty-bom:12.0.15"))
1920
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.15"))

0 commit comments

Comments
 (0)