You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sa...@apache.org on 2020/12/10 19:41:02 UTC

[atlas] branch branch-2.0 updated: ATLAS-4050:Atlas - upgrade log4j 2.11.0 to 2.13.2

This is an automated email from the ASF dual-hosted git repository.

sarath pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 0002fc5  ATLAS-4050:Atlas - upgrade log4j 2.11.0 to 2.13.2
0002fc5 is described below

commit 0002fc5e6d31db55b92399012fa2d091ce65d77c
Author: Radhika Kundam <rk...@cloudera.com>
AuthorDate: Tue Nov 24 17:03:22 2020 -0800

    ATLAS-4050:Atlas - upgrade log4j 2.11.0 to 2.13.2
    
    Signed-off-by: Sarath Subramanian <sa...@apache.org>
    (cherry picked from commit 404652e851ccc1c264d89b4e983bed929be5bf91)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3028e51..754ad99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -712,7 +712,7 @@
         <kafka.version>2.0.0</kafka.version>
         <keycloak.version>6.0.1</keycloak.version>
         <log4j.version>1.2.17</log4j.version>
-        <log4j2.version>2.11.0</log4j2.version>
+        <log4j2.version>2.13.2</log4j2.version>
         <lucene-solr.version>7.7.2</lucene-solr.version>
         <maven-site-plugin.version>3.7</maven-site-plugin.version>
         <MaxPermGen>512m</MaxPermGen>