Merge pull request #718 from PaperMC/update-log4j

Update log4j to 2.17.0
This commit is contained in:
Spottedleaf 2021-12-18 01:43:12 -08:00 committed by GitHub
commit 33a8c49fc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
From e7f631113bcc1658d552b034abd8967b4f45ad30 Mon Sep 17 00:00:00 2001
From 4c235b1c7e2114a1b3efce3facba152d9f199a1c Mon Sep 17 00:00:00 2001
From: Minecrell <minecrell@minecrell.net>
Date: Fri, 22 Sep 2017 12:46:47 +0200
Subject: [PATCH] Use Log4j2 for logging and TerminalConsoleAppender for
@ -39,7 +39,7 @@ index b3a70840..00ce099c 100644
</build>
diff --git a/log4j/pom.xml b/log4j/pom.xml
new file mode 100644
index 00000000..32569b30
index 00000000..f2623ebe
--- /dev/null
+++ b/log4j/pom.xml
@@ -0,0 +1,48 @@
@ -63,7 +63,7 @@ index 00000000..32569b30
+ <description>Simplistic and performant Log4j2 based logger and console API designed for use with Waterfall and Minecraft related applications.</description>
+
+ <properties>
+ <log4j2.version>2.16.0</log4j2.version>
+ <log4j2.version>2.17.0</log4j2.version>
+ </properties>
+
+ <dependencies>