This is an automated email from the ASF dual-hosted git repository.
smolnar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new 9407018 KNOX-2697 - Upgraded Log4j to 2.16 (#525)
9407018 is described below
commit 9407018829fb7b0fcb2aad33bd470b29bf3f9132
Author: Sandor Molnar <[email protected]>
AuthorDate: Tue Dec 14 18:43:08 2021 +0100
KNOX-2697 - Upgraded Log4j to 2.16 (#525)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 72fe582..9ec612a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -234,7 +234,7 @@
<junit.version>4.13.2</junit.version>
<lang-tag.version>1.5</lang-tag.version>
<libpam4j.version>1.11</libpam4j.version>
- <log4j2.version>2.15.0</log4j2.version>
+ <log4j2.version>2.16.0</log4j2.version>
<maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version>