mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-23 23:57:43 +01:00
This commit is contained in:
parent
5883773e37
commit
1931bb53bf
1 changed files with 5 additions and 5 deletions
|
@ -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 17cde4eaf23e01710c131fbea5d171fd25725250..da31e84cb558e6fad9cab015cfae753ce7be7db0 100644
|
index 17cde4eaf23e01710c131fbea5d171fd25725250..028f6a1795ceb99d1760c73b0980238677b4b8bc 100644
|
||||||
--- a/build.gradle.kts
|
--- a/build.gradle.kts
|
||||||
+++ b/build.gradle.kts
|
+++ b/build.gradle.kts
|
||||||
@@ -29,10 +29,11 @@ dependencies {
|
@@ -29,10 +29,11 @@ dependencies {
|
||||||
|
@ -14,12 +14,12 @@ index 17cde4eaf23e01710c131fbea5d171fd25725250..da31e84cb558e6fad9cab015cfae753c
|
||||||
*/
|
*/
|
||||||
- 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 our Log4j plugins
|
- annotationProcessor("org.apache.logging.log4j:log4j-core:2.14.1") // Paper - Needed to generate meta for our Log4j plugins
|
||||||
+ 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 our Log4j plugins
|
+ annotationProcessor("org.apache.logging.log4j:log4j-core:2.17.1") // Paper - Needed to generate meta for our Log4j plugins
|
||||||
// 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-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.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
|
||||||
runtimeOnly("org.xerial:sqlite-jdbc:3.36.0.3")
|
runtimeOnly("org.xerial:sqlite-jdbc:3.36.0.3")
|
||||||
|
|
Loading…
Reference in a new issue