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 2022/07/12 19:49:32 UTC

[commons-vfs] branch master updated: Bump some dependencies

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 37bf7cd6 Bump some dependencies
37bf7cd6 is described below

commit 37bf7cd6f285087ad8b3fad31b3b8a5726ff7cfc
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jul 12 15:49:26 2022 -0400

    Bump some dependencies
    
    - Bump maven-javadoc-plugin 3.3.2 to 3.4.0
    - Bump biz.aQute.bnd:biz.aQute.bndlib 6.2.0 to 6.3.1
    - Bump Apache Log4j 2.17.2 to 2.18.0
---
 pom.xml                 | 6 +++---
 src/changes/changes.xml | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index aec29b87..c27c9340 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,12 +196,12 @@
     <commons.spotbugs.impl.version>4.7.1</commons.spotbugs.impl.version>
     <commons.asm.version>9.3</commons.asm.version>
     <commons.pmd.version>6.47.0</commons.pmd.version>
-    <commons.javadoc.version>3.3.2</commons.javadoc.version>
+    <commons.javadoc.version>3.4.0</commons.javadoc.version>
     <commons.felix.version>5.1.2</commons.felix.version>
     <commons.animal-sniffer.version>1.21</commons.animal-sniffer.version>
-    <biz.aQute.bndlib.version>6.2.0</biz.aQute.bndlib.version>
+    <biz.aQute.bndlib.version>6.3.1</biz.aQute.bndlib.version>
     <slf4j.version>1.7.36</slf4j.version>
-    <log4j2.version>2.17.2</log4j2.version>
+    <log4j2.version>2.18.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 a5f867a6..ea8e62a3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -173,10 +173,10 @@ The <action> type attribute can be add,update,fix,remove.
         Bump org.mockito:mockito-core from 3.11.2 to 4.6.1 #263.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
-        Bump maven-javadoc-plugin from 3.3.0 to 3.3.2.
+        Bump maven-javadoc-plugin from 3.3.0 to 3.4.0.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
-        Bump biz.aQute.bnd:biz.aQute.bndlib from 5.3.0 to 6.2.0.
+        Bump biz.aQute.bnd:biz.aQute.bndlib from 5.3.0 to 6.3.1.
       </action>
       <action dev="ggregory" due-to="Gary Gregory" type="update">
         Bump commons.japicmp.version from 0.15.3 to 0.15.7.
@@ -188,7 +188,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump org.apache.httpcomponents:httpcore-nio 4.4.14 -> 4.4.15.
       </action>
       <action dev="ggregory" due-to="Gary Gregory, Dependabot" type="update">
-        Bump Apache Log4j 2.14.1 to 2.17.2 [Tests] #226, #230.
+        Bump Apache Log4j 2.14.1 to 2.18.0 [Tests] #226, #230.
       </action>
       <action dev="ggregory" due-to="XenoAmess" type="update">
         Bump ftpserver-core from 1.1.1 to 1.1.2 #235.