You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gr...@apache.org on 2022/03/26 20:54:26 UTC

[logging-log4j-kotlin] branch master updated: upgraded to log4j2 2.17.2

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

grobmeier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git


The following commit(s) were added to refs/heads/master by this push:
     new 17b9cd4  upgraded to log4j2 2.17.2
17b9cd4 is described below

commit 17b9cd4223033df57f11c583faf766fab4e85c75
Author: Christian Grobmeier <cg...@grobmeier.de>
AuthorDate: Sat Mar 26 21:54:19 2022 +0100

    upgraded to log4j2 2.17.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 29f4b9c..0740a34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
     <jxr.plugin.version>2.5</jxr.plugin.version>
     <kotlin.version>1.3.72</kotlin.version>
     <kotlinx.coroutines.version>1.3.6</kotlinx.coroutines.version>
-    <log4j.version>2.17.0</log4j.version>
+    <log4j.version>2.17.2</log4j.version>
     <pmd.plugin.version>3.8</pmd.plugin.version>
     <rat.plugin.version>0.12</rat.plugin.version>
     <site.plugin.version>3.4</site.plugin.version>