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 21:58:03 UTC

[commons-vfs] branch master updated: Bump jackrabbit2.version from 2.21.10 to 2.21.11

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 df279db5 Bump jackrabbit2.version from 2.21.10 to 2.21.11
df279db5 is described below

commit df279db50ec27c4553efe573386e81de07339112
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jul 12 17:57:55 2022 -0400

    Bump jackrabbit2.version from 2.21.10 to 2.21.11
    
    Bump commons.surefire.version from 3.0.0-M6 to 3.0.0-M7
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index c27c9340..cec7d3d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,8 +188,8 @@
     <dependency.locations.enabled>false</dependency.locations.enabled>
     <hadoop.version>3.3.3</hadoop.version>
     <jackrabbit1.version>1.6.5</jackrabbit1.version>
-    <jackrabbit2.version>2.21.10</jackrabbit2.version>
-    <commons.surefire.version>3.0.0-M6</commons.surefire.version>
+    <jackrabbit2.version>2.21.11</jackrabbit2.version>
+    <commons.surefire.version>3.0.0-M7</commons.surefire.version>
     <commons.japicmp.version>0.15.7</commons.japicmp.version>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.spotbugs.version>4.7.1.0</commons.spotbugs.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ea8e62a3..d214be33 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -155,7 +155,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump spotbugs-maven-plugin from 4.3.0 to 4.7.1.0, #229, #236. #264.
       </action>
       <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
-        Bump jackrabbit2.version from 2.21.7 to 2.21.9 #219.
+        Bump jackrabbit2.version from 2.21.7 to 2.21.11 #219.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump org.apache.httpcomponents.client5:httpclient5 from 5.1 to 5.1.3.
@@ -212,7 +212,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump commons.jacoco.version from 0.8.7 to 0.8.8.
       </action>
       <action dev="ggregory" due-to="Gary Gregory" type="update">
-        Bump commons.surefire.version from 3.0.0-M5 to 3.0.0-M6.
+        Bump commons.surefire.version from 3.0.0-M5 to 3.0.0-M7.
       </action>
     </release>
     <release version="2.9.0" date="2021-06-16" description="Maintenance release. Requires Java 8.">