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/06/10 18:06:05 UTC

[commons-pool] branch master updated: Bump biz.aQute.bndlib from 6.3.0 to 6.3.1 (#154)

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


The following commit(s) were added to refs/heads/master by this push:
     new a5d5a7da Bump biz.aQute.bndlib from 6.3.0 to 6.3.1 (#154)
a5d5a7da is described below

commit a5d5a7da6b2957e61db020e99ffd4bd74383f4a9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jun 10 14:05:59 2022 -0400

    Bump biz.aQute.bndlib from 6.3.0 to 6.3.1 (#154)
    
    Bumps [biz.aQute.bndlib](https://github.com/bndtools/bnd) from 6.3.0 to 6.3.1.
    - [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.3.0...6.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: biz.aQute.bnd:biz.aQute.bndlib
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eebcb48d..df81e4e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -219,7 +219,7 @@
               <dependency>
                 <groupId>biz.aQute.bnd</groupId>
                 <artifactId>biz.aQute.bndlib</artifactId>
-                <version>6.3.0</version>
+                <version>6.3.1</version>
               </dependency>
             </dependencies>
           </plugin>