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/03/24 16:15:01 UTC

[commons-bcel] branch master updated: Bump biz.aQute.bnd:biz.aQute.bndlib from 6.1.0 to 6.2.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-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new 110059c  Bump biz.aQute.bnd:biz.aQute.bndlib from 6.1.0 to 6.2.0
110059c is described below

commit 110059c9d13c2d590e333896cb7fa0619fea0ea0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Mar 24 09:14:59 2022 -0700

    Bump biz.aQute.bnd:biz.aQute.bndlib from 6.1.0 to 6.2.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0da92ee..a58cd1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
     <commons.jacoco.version>0.8.7</commons.jacoco.version>
     <commons.javadoc.version>3.3.2</commons.javadoc.version>
     <commons.felix.version>5.1.3</commons.felix.version>
-    <biz.aQute.bndlib.version>6.1.0</biz.aQute.bndlib.version>
+    <biz.aQute.bndlib.version>6.2.0</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 f3de039..c65c542 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,7 +77,7 @@ The <action> type attribute can be add,update,fix,remove.
       <!-- UPDATES -->
       <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 52.</action>
-      <action                  type="update" dev="ggregory" due-to="Dependabot">Update biz.aQute.bndlib from 5.1.0 to 6.1.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.2.0, #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-M5 #53.</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">Update actions/checkout from 2.3.1 to 3 #59, #66, #73, #108, #115.</action>