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/08/13 18:11:22 UTC

[commons-bcel] branch master updated: Update biz.aQute.bndlib from 6.2.0 to 6.3.1

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-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new 70ead26f Update biz.aQute.bndlib from 6.2.0 to 6.3.1
     new 3bce2fff Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-bcel.git
70ead26f is described below

commit 70ead26f8d5d50239b9f9c31ff6478bf367d26e9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Aug 13 14:10:59 2022 -0400

    Update biz.aQute.bndlib from 6.2.0 to 6.3.1
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5abd8dc3..2d32bb0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
     <commons.felix.version>5.1.3</commons.felix.version>
     <commons.spotbugs.plugin.version>4.7.1.1</commons.spotbugs.plugin.version>
     <commons.spotbugs.impl.version>4.7.1</commons.spotbugs.impl.version>    
-    <biz.aQute.bndlib.version>6.2.0</biz.aQute.bndlib.version>
+    <biz.aQute.bndlib.version>6.3.1</biz.aQute.bndlib.version>
   </properties>
 
   <!-- Cannot be added to Commons Parent, see https://issues.apache.org/jira/browse/COMMONSSITE-26 -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0df3c529..5499ea24 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -92,7 +92,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                  type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump actions/setup-java from 1.4.0 to 3 #62, #67.</action>
       <action                  type="update" dev="ggregory" due-to="Gary Gregory">Update tests from Apache Commons Lang 3.10 to 3.12.0</action>
       <action                  type="update" dev="ggregory" due-to="Gary Gregory">Update commons-parent from 50 to 53.</action>
-      <action                  type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Update biz.aQute.bndlib from 5.1.0 to 6.2.0, #54, #72, #81, #111.</action>
+      <action                  type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Update biz.aQute.bndlib from 5.1.0 to 6.3.1, #54, #72, #81, #111.</action>
       <action                  type="update" dev="ggregory" due-to="Dependabot">Update maven-surefire-plugin from 3.0.0-M4 to 3.0.0-M7 #53, #124, #129.</action>
       <action                  type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Update maven-checkstyle-plugin from 3.1.0 to 3.1.2, #77.</action>
       <action                  type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Update Jacoco from 0.8.5 to 0.8.8.</action>