3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-15 04:20:04 +01:00
Dieser Commit ist enthalten in:
Nassim Jahnke 2021-12-28 22:15:45 +01:00
Ursprung ed8c5122d5
Commit 25133734ac
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 6BE3B555EBC5982B

Datei anzeigen

@ -5,7 +5,7 @@ Subject: [PATCH] Update Log4J
diff --git a/build.gradle.kts b/build.gradle.kts diff --git a/build.gradle.kts b/build.gradle.kts
index e067c69fea1dec79ef8e97cad1c74020b6a3a235..875a6cb09b86186ddc8422bab4576f0960f6a309 100644 index e067c69fea1dec79ef8e97cad1c74020b6a3a235..612c4ed60406a69832609a9bdb3e45a7f3de6b74 100644
--- a/build.gradle.kts --- a/build.gradle.kts
+++ b/build.gradle.kts +++ b/build.gradle.kts
@@ -33,11 +33,12 @@ dependencies { @@ -33,11 +33,12 @@ dependencies {
@ -14,14 +14,14 @@ index e067c69fea1dec79ef8e97cad1c74020b6a3a235..875a6cb09b86186ddc8422bab4576f09
*/ */
- implementation("org.apache.logging.log4j:log4j-core:2.14.1") // Paper - implementation - 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 out hex color converter plugin - annotationProcessor("org.apache.logging.log4j:log4j-core:2.14.1") // Paper - Needed to generate meta for out hex color converter plugin
+ implementation("org.apache.logging.log4j:log4j-core:2.17.0") // Paper - implementation + implementation("org.apache.logging.log4j:log4j-core:2.17.1") // Paper - implementation
+ annotationProcessor("org.apache.logging.log4j:log4j-core:2.17.0") // Paper - Needed to generate meta for out hex color converter plugin + annotationProcessor("org.apache.logging.log4j:log4j-core:2.17.1") // Paper - Needed to generate meta for out hex color converter plugin
// Paper end // Paper end
- implementation("org.apache.logging.log4j:log4j-iostreams:2.14.1") // Paper - implementation("org.apache.logging.log4j:log4j-iostreams:2.14.1") // Paper
- implementation("org.apache.logging.log4j:log4j-api:2.14.1") // Paper - implementation("org.apache.logging.log4j:log4j-api:2.14.1") // Paper
+ implementation("org.apache.logging.log4j:log4j-iostreams:2.17.0") // Paper + implementation("org.apache.logging.log4j:log4j-iostreams:2.17.1") // Paper
+ implementation("org.apache.logging.log4j:log4j-slf4j18-impl:2.17.0") // Paper + implementation("org.apache.logging.log4j:log4j-slf4j18-impl:2.17.1") // Paper
+ implementation("org.apache.logging.log4j:log4j-api:2.17.0") // Paper + implementation("org.apache.logging.log4j:log4j-api:2.17.1") // Paper
implementation("org.ow2.asm:asm:9.2") implementation("org.ow2.asm:asm:9.2")
implementation("org.ow2.asm:asm-commons:9.2") // Paper - ASM event executor generation implementation("org.ow2.asm:asm-commons:9.2") // Paper - ASM event executor generation
implementation("com.googlecode.json-simple:json-simple:1.1.1") { implementation("com.googlecode.json-simple:json-simple:1.1.1") {