Update log4j to 2.16.0 (#717)

This commit is contained in:
Nassim Jahnke 2021-12-14 20:30:28 +01:00 committed by GitHub
parent b3a0e144e6
commit 2e9789f428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
From 5da42b118748243d7531199cdca0dfdfc9faac1b Mon Sep 17 00:00:00 2001
From e7f631113bcc1658d552b034abd8967b4f45ad30 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..2059f841
index 00000000..32569b30
--- /dev/null
+++ b/log4j/pom.xml
@@ -0,0 +1,48 @@
@ -63,7 +63,7 @@ index 00000000..2059f841
+ <description>Simplistic and performant Log4j2 based logger and console API designed for use with Waterfall and Minecraft related applications.</description>
+
+ <properties>
+ <log4j2.version>2.15.0</log4j2.version>
+ <log4j2.version>2.16.0</log4j2.version>
+ </properties>
+
+ <dependencies>
@ -1585,5 +1585,5 @@ index 21a48df6..00000000
-
-}
--
2.34.1
2.34.1.windows.1