diff --git a/Spigot-Server-Patches/0449-Update-Log4j.patch b/Spigot-Server-Patches/0449-Update-Log4j.patch new file mode 100644 index 0000000000..b6075760a3 --- /dev/null +++ b/Spigot-Server-Patches/0449-Update-Log4j.patch @@ -0,0 +1,122 @@ +From 7540f1ee0397e587cda2ea09b512ed2a0d8d65f4 Mon Sep 17 00:00:00 2001 +From: sulu5890 +Date: Sat, 11 Dec 2021 12:14:53 -0600 +Subject: [PATCH] Update Log4j + + +diff --git a/pom.xml b/pom.xml +index 9cbd4880f..fd63cf958 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -60,25 +60,25 @@ + + org.apache.logging.log4j + log4j-core +- 2.8.1 ++ 2.17.0 + compile + + + org.apache.logging.log4j + log4j-slf4j-impl +- 2.8.1 ++ 2.17.0 + runtime + + + org.apache.logging.log4j + log4j-iostreams +- 2.8.1 ++ 2.17.0 + + + + com.lmax + disruptor +- 3.4.2 ++ 3.4.4 + runtime + + +@@ -122,15 +122,17 @@ + Please see https://www.spigotmc.org/go/maven for more information. + --> + +- spigotmc-public +- https://hub.spigotmc.org/nexus/content/groups/public/ ++ ++ papermc ++ https://papermc.io/repo/repository/maven-public/ + + + + + +- spigotmc-public +- https://hub.spigotmc.org/nexus/content/groups/public/ ++ papermc ++ https://papermc.io/repo/repository/maven-public/ ++ + + + +@@ -172,6 +174,7 @@ + Bukkit + ${api.version} + Bukkit Team ++ true + + + +@@ -199,7 +202,7 @@ + + org.apache.maven.plugins + maven-shade-plugin +- 3.1.1 ++ 3.2.4 + + + package +@@ -208,6 +211,16 @@ + + + ${project.build.directory}/dependency-reduced-pom.xml ++ ++ ++ ++ org.spigotmc:minecraft-server:** ++ ++ org/apache/logging/log4j/** ++ ++ ++ ++ + ${shadeSourcesJar} + + +@@ -242,16 +255,18 @@ + + META-INF/services/java.sql.Driver + +- ++ + + + + + + +- com.github.edwgiz +- maven-shade-plugin.log4j2-cachefile-transformer +- 2.8.1 ++ ++ io.github.edwgiz ++ log4j-maven-shade-plugin-extensions ++ 2.17.0 ++ + + + +-- +2.34.1 + diff --git a/work/Paperclip b/work/Paperclip index c7bfd68a6d..2d4c7b3bbd 160000 --- a/work/Paperclip +++ b/work/Paperclip @@ -1 +1 @@ -Subproject commit c7bfd68a6d71e6c5a09970a4dd00def29a4cbc33 +Subproject commit 2d4c7b3bbd322d8b7f3bbe2fe33ecf627251c828