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 4977d9e commit 78c1b93Copy full SHA for 78c1b93
build.gradle.kts
@@ -35,7 +35,7 @@ repositories {
35
dependencies {
36
compileOnly("xyz.theprogramsrc:simplecoreapi:0.6.2-SNAPSHOT")
37
38
- implementation("org.apache.logging.log4j:log4j-api:2.19.0")
+ implementation("org.apache.logging.log4j:log4j-api:2.20.0")
39
implementation("org.apache.logging.log4j:log4j-core:2.19.0")
40
41
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
0 commit comments