We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3f302 commit e86af3cCopy full SHA for e86af3c
build.gradle
@@ -57,8 +57,8 @@ subprojects {
57
}
58
59
dependencies {
60
- implementation 'org.apache.logging.log4j:log4j-api:2.23.1'
61
- implementation 'org.apache.logging.log4j:log4j-core:2.23.1'
+ implementation 'org.apache.logging.log4j:log4j-api:2.25.2'
+ implementation 'org.apache.logging.log4j:log4j-core:2.25.2'
62
63
testImplementation platform('org.junit:junit-bom:5.13.4')
64
testImplementation 'org.junit.jupiter:junit-jupiter'
0 commit comments