From b71babb3c894a3e5c9af22f926362318d21831fe Mon Sep 17 00:00:00 2001
From: Nassim Jahnke <nassim@njahnke.dev>
Date: Sat, 18 Dec 2021 09:02:34 +0100
Subject: [PATCH] Update log4j to 2.17.0

---
 patches/server/Update-Log4j.patch | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/patches/server/Update-Log4j.patch b/patches/server/Update-Log4j.patch
index fc37a7c13e..8a4736263b 100644
--- a/patches/server/Update-Log4j.patch
+++ b/patches/server/Update-Log4j.patch
@@ -14,12 +14,12 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
       */
 -    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
-+    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 our Log4j plugins
++    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
      // Paper end
 -    implementation("org.apache.logging.log4j:log4j-iostreams: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-iostreams:2.17.0") // Paper
++    implementation("org.apache.logging.log4j:log4j-slf4j18-impl:2.17.0") // Paper
      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")