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 47c2470 commit 078dbc2Copy full SHA for 078dbc2
build.gradle.kts
@@ -36,7 +36,7 @@ dependencies {
36
compileOnly("xyz.theprogramsrc:simplecoreapi:0.6.2-SNAPSHOT")
37
38
implementation("org.apache.logging.log4j:log4j-api:2.20.0")
39
- implementation("org.apache.logging.log4j:log4j-core:2.19.0")
+ implementation("org.apache.logging.log4j:log4j-core:2.20.0")
40
41
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
42
}
0 commit comments