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 a19bda0 commit 5d7760fCopy full SHA for 5d7760f
1 file changed
schematicbrushreborn-core/build.gradle.kts
@@ -6,8 +6,8 @@ plugins {
6
dependencies {
7
api(project(":schematicbrushreborn-api"))
8
compileOnly(libs.jetbrains.annotations)
9
- compileOnly("org.apache.logging.log4j", "log4j-slf4j2-impl", "2.25.2")
10
- compileOnly("org.apache.logging.log4j", "log4j-core", "2.25.2")
+ compileOnly("org.apache.logging.log4j", "log4j-slf4j2-impl", "2.25.3")
+ compileOnly("org.apache.logging.log4j", "log4j-core", "2.25.3")
11
12
implementation(libs.bstats)
13
0 commit comments