Update dependency org.apache.logging.log4j:log4j-slf4j2-impl to v2.24.3

This commit is contained in:
Renovate Bot 2024-12-13 18:26:34 +00:00
parent c9424a5f4b
commit a73b0205da

View File

@ -32,7 +32,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("org.mockito:mockito-core:5.2.0")
testImplementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.22.1")
testImplementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.24.3")
compileOnly("org.slf4j:slf4j-api:2.0.11")
}