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 116146a commit 051ac01Copy full SHA for 051ac01
build.gradle.kts
@@ -39,7 +39,7 @@ dependencies {
39
compileOnly("xyz.theprogramsrc:simplecoreapi:0.8.0-SNAPSHOT")
40
41
implementation("org.apache.logging.log4j:log4j-api:2.20.0")
42
- implementation("org.apache.logging.log4j:log4j-core:2.20.0")
+ implementation("org.apache.logging.log4j:log4j-core:2.21.0")
43
44
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
45
}
0 commit comments