Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-15 04:20:04 +01:00
Dieser Commit ist enthalten in:
Ursprung
ed8c5122d5
Commit
25133734ac
@ -5,7 +5,7 @@ Subject: [PATCH] Update Log4J
|
||||
|
||||
|
||||
diff --git a/build.gradle.kts b/build.gradle.kts
|
||||
index e067c69fea1dec79ef8e97cad1c74020b6a3a235..875a6cb09b86186ddc8422bab4576f0960f6a309 100644
|
||||
index e067c69fea1dec79ef8e97cad1c74020b6a3a235..612c4ed60406a69832609a9bdb3e45a7f3de6b74 100644
|
||||
--- a/build.gradle.kts
|
||||
+++ b/build.gradle.kts
|
||||
@@ -33,11 +33,12 @@ dependencies {
|
||||
@ -14,14 +14,14 @@ index e067c69fea1dec79ef8e97cad1c74020b6a3a235..875a6cb09b86186ddc8422bab4576f09
|
||||
*/
|
||||
- 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
|
||||
+ 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 out hex color converter plugin
|
||||
+ implementation("org.apache.logging.log4j:log4j-core:2.17.1") // Paper - implementation
|
||||
+ annotationProcessor("org.apache.logging.log4j:log4j-core:2.17.1") // Paper - Needed to generate meta for out hex color converter plugin
|
||||
// Paper end
|
||||
- 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-iostreams:2.17.0") // Paper
|
||||
+ implementation("org.apache.logging.log4j:log4j-slf4j18-impl:2.17.0") // Paper
|
||||
+ implementation("org.apache.logging.log4j:log4j-api: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.1") // Paper
|
||||
+ implementation("org.apache.logging.log4j:log4j-api:2.17.1") // Paper
|
||||
implementation("org.ow2.asm:asm:9.2")
|
||||
implementation("org.ow2.asm:asm-commons:9.2") // Paper - ASM event executor generation
|
||||
implementation("com.googlecode.json-simple:json-simple:1.1.1") {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren