You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2021/12/12 10:49:34 UTC

[plc4x] branch rel/0.9 updated: fix: bumped the log4j version to a newer version

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

cdutz pushed a commit to branch rel/0.9
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/rel/0.9 by this push:
     new 24b37f5  fix: bumped the log4j version to a newer version
24b37f5 is described below

commit 24b37f5a75c5d93200b4a6cebb8c7d5b54b3a60b
Author: cdutz <ch...@c-ware.de>
AuthorDate: Sun Dec 12 11:49:05 2021 +0100

    fix: bumped the log4j version to a newer version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 734b4d0..901b550 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
     <jserialcom.version>2.7.0</jserialcom.version>
     <junit.jupiter.version>5.7.2</junit.jupiter.version>
     <junit.platform.version>1.7.2</junit.platform.version>
-    <log4j.version>2.14.1</log4j.version>
+    <log4j.version>2.15.0</log4j.version>
     <logback.version>1.2.5</logback.version>
     <milo.version>0.6.3</milo.version>
     <mockito.version>3.12.4</mockito.version>