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.
2 parents 5ee6f43 + ed0c2ae commit 34d178fCopy full SHA for 34d178f
build.gradle
@@ -30,7 +30,7 @@ dependencies {
30
compileOnly 'xyz.theprogramsrc:simplecoreapi:0.4.0-SNAPSHOT'
31
32
compileOnly 'org.apache.logging.log4j:log4j-api:2.17.2'
33
- compileOnly 'org.apache.logging.log4j:log4j-core:2.17.2'
+ compileOnly 'org.apache.logging.log4j:log4j-core:2.19.0'
34
35
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
36
}
0 commit comments