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 a1040bc + a088416 commit fe701f3Copy full SHA for fe701f3
build.gradle
@@ -29,7 +29,7 @@ dependencies {
29
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.7.20'
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