You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jo...@apache.org on 2022/06/07 09:38:19 UTC

[commons-fileupload] branch master updated: Bump biz.aQute.bndlib from 6.2.0 to 6.3.0 (#149)

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

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


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

commit f84364d38deeff2a9fc9d48c07fb5fa79af1f2e7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jun 7 11:38:14 2022 +0200

    Bump biz.aQute.bndlib from 6.2.0 to 6.3.0 (#149)
    
    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>
    
    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 3e8c53e..97af87e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -333,7 +333,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>