2021-12-10 03:02:41 +01:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
|
|
From: darbyjack <admin@glaremasters.me>
|
|
|
|
Date: Thu, 9 Dec 2021 19:17:02 -0600
|
|
|
|
Subject: [PATCH] Update Log4j
|
|
|
|
|
|
|
|
|
|
|
|
diff --git a/build.gradle.kts b/build.gradle.kts
|
2021-12-18 09:02:34 +01:00
|
|
|
index 5678a9f8d2aa8a7afbc5729570ec297b12acf75d..93d4d490da802f8a432124b3120e7adc485b6d41 100644
|
2021-12-10 03:02:41 +01:00
|
|
|
--- a/build.gradle.kts
|
|
|
|
+++ b/build.gradle.kts
|
|
|
|
@@ -29,10 +29,11 @@ dependencies {
|
|
|
|
all its classes to check if they are plugins.
|
|
|
|
Scanning takes about 1-2 seconds so adding this speeds up the server start.
|
|
|
|
*/
|
|
|
|
- implementation("org.apache.logging.log4j:log4j-core:2.14.1") // Paper - implementation
|
|
|
|
- annotationProcessor("org.apache.logging.log4j:log4j-core:2.14.1") // Paper - Needed to generate meta for our Log4j plugins
|
2021-12-18 09:02:34 +01:00
|
|
|
+ implementation("org.apache.logging.log4j:log4j-core:2.17.0") // Paper - implementation
|
|
|
|
+ annotationProcessor("org.apache.logging.log4j:log4j-core:2.17.0") // Paper - Needed to generate meta for our Log4j plugins
|
2021-12-10 03:02:41 +01:00
|
|
|
// Paper end
|
|
|
|
- implementation("org.apache.logging.log4j:log4j-iostreams:2.14.1") // Paper
|
2021-12-18 09:02:34 +01:00
|
|
|
+ implementation("org.apache.logging.log4j:log4j-iostreams:2.17.0") // Paper
|
|
|
|
+ implementation("org.apache.logging.log4j:log4j-slf4j18-impl:2.17.0") // Paper
|
2021-12-10 03:02:41 +01:00
|
|
|
implementation("org.ow2.asm:asm:9.2")
|
|
|
|
implementation("org.ow2.asm:asm-commons:9.2") // Paper - ASM event executor generation
|
|
|
|
runtimeOnly("org.xerial:sqlite-jdbc:3.36.0.3")
|