You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/12/10 20:15:00 UTC

[commons-vfs] branch master updated: Update tests from Log4j 2.13.3 to 2.14.0.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d38fc2  Update tests from Log4j 2.13.3 to 2.14.0.
0d38fc2 is described below

commit 0d38fc21733782f55a91288c69780e9662858181
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 10 15:14:55 2020 -0500

    Update tests from Log4j 2.13.3 to 2.14.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b720707..63662c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,7 +196,7 @@
     <commons.jacoco.version>0.8.6</commons.jacoco.version>
     <commons.spotbugs.version>4.1.3</commons.spotbugs.version>
     <commons.spotbugs.impl.version>4.1.3</commons.spotbugs.impl.version>    
-    <log4j2.version>2.13.3</log4j2.version>
+    <log4j2.version>2.14.0</log4j2.version>
     <clirr.skip>true</clirr.skip>
     <japicmp.skip>false</japicmp.skip>
     <jacoco.skip>false</jacoco.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2662213..6011c5e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -70,6 +70,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" due-to="Dependabot" type="update">
         Bump actions/checkout from v2.3.3 to v2.3.4 #144.
       </action>
+      <action dev="ggregory" due-to="Gary Gregory" type="update">
+        Update tests from Log4j 2.13.3 to 2.14.0.
+      </action>
     </release>
     <release version="2.7.0" date="2020-10-26" description="Maintenance release. Requires Java 8.">
       <action issue="VFS-753" dev="ggregory" due-to="John Webb, Gary Gregory" type="fix">