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 2020/11/15 23:17:27 UTC

[commons-beanutils] branch master updated: Bump biz.aQute.bndlib from 5.1.2 to 5.2.0 (#45)

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


The following commit(s) were added to refs/heads/master by this push:
     new 4474825  Bump biz.aQute.bndlib from 5.1.2 to 5.2.0 (#45)
4474825 is described below

commit 44748255a9cdc377063f9724784e0b713f62f321
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Nov 15 18:17:18 2020 -0500

    Bump biz.aQute.bndlib from 5.1.2 to 5.2.0 (#45)
    
    Bumps [biz.aQute.bndlib](https://github.com/bndtools/bnd) from 5.1.2 to 5.2.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/commits)
    
    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 f498f49..f19f062 100644
--- a/pom.xml
+++ b/pom.xml
@@ -355,7 +355,7 @@
           <dependency>
             <groupId>biz.aQute.bnd</groupId>
             <artifactId>biz.aQute.bndlib</artifactId>
-            <version>5.1.2</version>
+            <version>5.2.0</version>
           </dependency>
         </dependencies>
       </plugin>