We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0834ecd commit 4fd2dfaCopy full SHA for 4fd2dfa
lib/build.gradle
@@ -39,7 +39,7 @@ dependencies {
39
testImplementation('org.junit.jupiter:junit-jupiter:5.11.3')
40
41
// Add Log4j dependency
42
- implementation 'org.apache.logging.log4j:log4j-core:3.0.0-beta2'
+ implementation 'org.apache.logging.log4j:log4j-core:3.0.0-beta3'
43
implementation 'org.apache.logging.log4j:log4j-api:3.0.0-beta2'
44
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:3.0.0-beta2'
45
}
0 commit comments