aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNassim Jahnke <[email protected]>2021-12-18 09:03:10 +0100
committerNassim Jahnke <[email protected]>2021-12-18 09:03:10 +0100
commit5bd2611b3a4bbbd2cbcb7cca185573052e791d11 (patch)
treecf447ba5ad14212bfa7f388d3c0b6595ce06f1be
parent4ac995a4183dde4cf9ec2c523cfd9732c11e0354 (diff)
downloadPaper-5bd2611b3a4bbbd2cbcb7cca185573052e791d11.tar.gz
Paper-5bd2611b3a4bbbd2cbcb7cca185573052e791d11.zip
Update log4j to 2.17.0
-rw-r--r--patches/server/0846-Update-Log4J.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/patches/server/0846-Update-Log4J.patch b/patches/server/0846-Update-Log4J.patch
index dcd06f1811..c61e6871e1 100644
--- a/patches/server/0846-Update-Log4J.patch
+++ b/patches/server/0846-Update-Log4J.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] Update Log4J
diff --git a/build.gradle.kts b/build.gradle.kts
-index e067c69fea1dec79ef8e97cad1c74020b6a3a235..ffcc23d50922b508719534d6eb8f707c81d186c5 100644
+index e067c69fea1dec79ef8e97cad1c74020b6a3a235..875a6cb09b86186ddc8422bab4576f0960f6a309 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -33,11 +33,12 @@ dependencies {
@@ -14,14 +14,14 @@ index e067c69fea1dec79ef8e97cad1c74020b6a3a235..ffcc23d50922b508719534d6eb8f707c
*/
- 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.16.0") // Paper - implementation
-+ annotationProcessor("org.apache.logging.log4j:log4j-core:2.16.0") // 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
// 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.16.0") // Paper
-+ implementation("org.apache.logging.log4j:log4j-slf4j18-impl:2.16.0") // Paper
-+ implementation("org.apache.logging.log4j:log4j-api:2.16.0") // 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.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") {