PaperMC/Spigot-Server-Patches/0767-Update-log4j.patch
2021-12-18 09:09:38 +01:00

19 lines
684 B
Diff

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
index 1a9204c869dd36e80932b1366352db15ebd70723..48495ad71339c142a62839824a98c02011645207 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
- <version>2.11.2</version>
+ <version>2.17.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>