PaperMC/Spigot-Server-Patches/0767-Update-log4j.patch

20 lines
684 B
Diff
Raw Normal View History

2021-12-09 21:34:09 +01:00
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Nassim Jahnke <jahnke.nassim@gmail.com>
Date: Thu, 9 Dec 2021 21:30:08 +0100
Subject: [PATCH] Update log4j
diff --git a/pom.xml b/pom.xml
2021-12-17 19:03:00 +01:00
index 1a9204c869dd36e80932b1366352db15ebd70723..56d5c72513fb11c7c49b8d6ebd248dc0ba1aa936 100644
2021-12-09 21:34:09 +01:00
--- a/pom.xml
+++ b/pom.xml
2021-12-10 04:00:20 +01:00
@@ -30,7 +30,7 @@
2021-12-09 21:34:09 +01:00
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
- <version>2.11.2</version>
2021-12-17 19:03:00 +01:00
+ <version>2.16.0</version>
2021-12-09 21:34:09 +01:00
<type>pom</type>
<scope>import</scope>
</dependency>