aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGlare <[email protected]>2021-12-09 21:00:20 -0600
committerGitHub <[email protected]>2021-12-10 03:00:20 +0000
commita2697ba5b1d1e4e9ad87f728fdebfe77cff36476 (patch)
treed8538158e0ee47104bad88293ea850579b427b29
parentcc25d64401ab49663d6b48411d2ac0707f5917b5 (diff)
downloadPaper-a2697ba5b1d1e4e9ad87f728fdebfe77cff36476.tar.gz
Paper-a2697ba5b1d1e4e9ad87f728fdebfe77cff36476.zip
Update Log4J off snapshot (#7071)
-rw-r--r--Spigot-Server-Patches/0767-Update-log4j.patch19
1 files changed, 3 insertions, 16 deletions
diff --git a/Spigot-Server-Patches/0767-Update-log4j.patch b/Spigot-Server-Patches/0767-Update-log4j.patch
index d2393029d3..912a353c67 100644
--- a/Spigot-Server-Patches/0767-Update-log4j.patch
+++ b/Spigot-Server-Patches/0767-Update-log4j.patch
@@ -5,28 +5,15 @@ Subject: [PATCH] Update log4j
diff --git a/pom.xml b/pom.xml
-index 1a9204c869dd36e80932b1366352db15ebd70723..813f4230d0b90fab3a967c8a79685de626b13d0d 100644
+index 1a9204c869dd36e80932b1366352db15ebd70723..1d6469b65a624c1f9ed7ed0e72d8f44f47358755 100644
--- a/pom.xml
+++ b/pom.xml
-@@ -30,13 +30,20 @@
+@@ -30,7 +30,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
- <version>2.11.2</version>
-+ <version>2.15.0-SNAPSHOT</version>
++ <version>2.15.0</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>