This is an automated email from the ASF dual-hosted git repository. krisden pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/knox.git
commit 63e1a75df6678ff7dd567c1583a54a88525c80fe Author: Kevin Risden <[email protected]> AuthorDate: Mon Feb 11 10:49:25 2019 -0500 KNOX-1767 - Upgrade log4j2 to 2.11.2 Signed-off-by: Kevin Risden <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0a7e21c..9c91fcf 100644 --- a/pom.xml +++ b/pom.xml @@ -199,7 +199,7 @@ <junit.version>4.12</junit.version> <libpam4j.version>1.9.1</libpam4j.version> <log4j.version>1.2.17</log4j.version> - <log4j2.version>2.11.1</log4j2.version> + <log4j2.version>2.11.2</log4j2.version> <maven-checkstyle-plugin.version>3.0.0</maven-checkstyle-plugin.version> <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version> <maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
