You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2023/01/25 17:19:54 UTC

[logging-log4j-kotlin] branch master updated: Upgrade log4j to 2.19.0

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

mattsicker 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 6487264  Upgrade log4j to 2.19.0
     new 8c781b7  Merge pull request #28 from u-ways/upgrade-log4j-versions
6487264 is described below

commit 6487264f31dffef64000a32aa87bf03319b88488
Author: u-ways <ue...@gmail.com>
AuthorDate: Wed Jan 25 01:32:17 2023 +0000

    Upgrade log4j to 2.19.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c332ce7..aef5af6 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.2</log4j.version>
+    <log4j.version>2.19.0</log4j.version>
     <pmd.plugin.version>3.8</pmd.plugin.version>
     <rat.plugin.version>0.12</rat.plugin.version>
     <site.plugin.version>3.11.0</site.plugin.version>