You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2021/11/24 22:30:40 UTC

[commons-pool] branch master updated: Bump biz.aQute.bndlib from 6.0.0 to 6.1.0

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

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


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

commit 17c14f7082f8b56b91c6268130086c98ace12f4b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 24 12:18:18 2021 +0000

    Bump biz.aQute.bndlib from 6.0.0 to 6.1.0
    
    Bumps [biz.aQute.bndlib](https://github.com/bndtools/bnd) from 6.0.0 to 6.1.0.
    - [Release notes](https://github.com/bndtools/bnd/releases)
    - [Changelog](https://github.com/bndtools/bnd/blob/master/docs/ADDING_RELEASE_DOCS.md)
    - [Commits](https://github.com/bndtools/bnd/compare/6.0.0...6.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: biz.aQute.bnd:biz.aQute.bndlib
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index af5133b..0e88d39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -224,7 +224,7 @@
               <dependency>
                 <groupId>biz.aQute.bnd</groupId>
                 <artifactId>biz.aQute.bndlib</artifactId>
-                <version>6.0.0</version>
+                <version>6.1.0</version>
               </dependency>
             </dependencies>
           </plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fd901bc..ec66935 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -71,7 +71,7 @@ The <action> type attribute can be add,update,fix,remove.
       Bump maven-pmd-plugin from 3.14.0 to 3.15.0 #101.
     </action>
     <action dev="ggregory" type="update" due-to="Dependabot">
-      Bump biz.aQute.bndlib from 5.3.0 to 6.0.0 #105.
+      Bump biz.aQute.bndlib from 5.3.0 to 6.1.0 #105, #118.
     </action>
     <action dev="ggregory" type="update" due-to="Dependabot">
       Bump actions/checkout from 2.3.4 to 2.4.0 #109, #112.