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-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new 3066605 Bump biz.aQute.bndlib from 5.2.0 to 5.3.0 (#81)
3066605 is described below
commit 306660555fdb000adad59d6dbc6572b105b264b8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 30 17:18:28 2021 -0400
Bump biz.aQute.bndlib from 5.2.0 to 5.3.0 (#81)
Bumps [biz.aQute.bndlib](https://github.com/bndtools/bnd) from 5.2.0 to
5.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/commits)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 39c18c5..5e94d62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,7 +222,7 @@
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>biz.aQute.bndlib</artifactId>
- <version>5.2.0</version>
+ <version>5.3.0</version>
</dependency>
</dependencies>
</plugin>