diff options
author | Nassim Jahnke <[email protected]> | 2021-12-09 21:34:09 +0100 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2021-12-09 21:34:09 +0100 |
commit | cc25d64401ab49663d6b48411d2ac0707f5917b5 (patch) | |
tree | 671a2082933860719b5c2bd1a8a27b4f1602b5fe | |
parent | 42e2f67b292ae075cf419832ebf52bcc09e1725f (diff) | |
download | Paper-cc25d64401ab49663d6b48411d2ac0707f5917b5.tar.gz Paper-cc25d64401ab49663d6b48411d2ac0707f5917b5.zip |
Update log4j
-rw-r--r-- | Spigot-Server-Patches/0767-Update-log4j.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Spigot-Server-Patches/0767-Update-log4j.patch b/Spigot-Server-Patches/0767-Update-log4j.patch new file mode 100644 index 0000000000..d2393029d3 --- /dev/null +++ b/Spigot-Server-Patches/0767-Update-log4j.patch @@ -0,0 +1,32 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Nassim Jahnke <[email protected]> +Date: Thu, 9 Dec 2021 21:30:08 +0100 +Subject: [PATCH] Update log4j + + +diff --git a/pom.xml b/pom.xml +index 1a9204c869dd36e80932b1366352db15ebd70723..813f4230d0b90fab3a967c8a79685de626b13d0d 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -30,13 +30,20 @@ + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-bom</artifactId> +- <version>2.11.2</version> ++ <version>2.15.0-SNAPSHOT</version> + <type>pom</type> + <scope>import</scope> + </dependency> + </dependencies> + </dependencyManagement> + ++ <repositories> ++ <repository> ++ <id>apache-snapshot</id> ++ <url>https://repository.apache.org/content/groups/snapshots/</url> ++ </repository> ++ </repositories> ++ + <dependencies> + <dependency> + <groupId>com.destroystokyo.paper</groupId> |