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 e4a3375 commit a088416Copy full SHA for a088416
build.gradle
@@ -29,7 +29,7 @@ dependencies {
29
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.7.10'
30
compileOnly 'xyz.theprogramsrc:simplecoreapi:0.4.0-SNAPSHOT'
31
32
- compileOnly 'org.apache.logging.log4j:log4j-api:2.17.2'
+ compileOnly 'org.apache.logging.log4j:log4j-api:2.19.0'
33
compileOnly 'org.apache.logging.log4j:log4j-core:2.19.0'
34
35
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
0 commit comments