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 2022/06/03 17:45:25 UTC

[commons-pool] branch master updated: Bump biz.aQute.bndlib from 6.2.0 to 6.3.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 432d3519 Bump biz.aQute.bndlib from 6.2.0 to 6.3.0
432d3519 is described below

commit 432d35194a4e9a729a7080b0615b6124d9a50d59
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jun 3 12:02:41 2022 +0000

    Bump biz.aQute.bndlib from 6.2.0 to 6.3.0
    
    Bumps [biz.aQute.bndlib](https://github.com/bndtools/bnd) from 6.2.0 to 6.3.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.2.0...6.3.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 b1d2c2c9..eebcb48d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -219,7 +219,7 @@
               <dependency>
                 <groupId>biz.aQute.bnd</groupId>
                 <artifactId>biz.aQute.bndlib</artifactId>
-                <version>6.2.0</version>
+                <version>6.3.0</version>
               </dependency>
             </dependencies>
           </plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 696bfc73..8ec16340 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -102,7 +102,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.2.0 #105, #118, #135.
+      Bump biz.aQute.bndlib from 5.3.0 to 6.6.0 #105, #118, #135, #151.
     </action>
     <action dev="kinow" type="update" due-to="Dependabot">
       Bump maven-bundle-plugin from 5.1.3 to 5.1.6 #127, #146, #148.