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 5ecff3c commit f1af771Copy full SHA for f1af771
build.gradle.kts
@@ -38,8 +38,8 @@ repositories {
38
dependencies {
39
compileOnly("xyz.theprogramsrc:simplecoreapi:0.8.0-SNAPSHOT")
40
41
- implementation("org.apache.logging.log4j:log4j-api:2.21.0")
42
- implementation("org.apache.logging.log4j:log4j-core:2.21.0")
+ implementation("org.apache.logging.log4j:log4j-api:2.25.2")
+ implementation("org.apache.logging.log4j:log4j-core:2.25.2")
43
44
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
45
}
0 commit comments