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-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new 865fbe5f Bump bcel from 6.6.1 to 6.7.0 (#346)
865fbe5f is described below
commit 865fbe5f5223aa6b5bc3200e3d5b74c6fd605916
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 8 10:40:54 2022 -0500
Bump bcel from 6.6.1 to 6.7.0 (#346)
Bumps [bcel](https://github.com/apache/commons-bcel) from 6.6.1 to 6.7.0.
- [Release notes](https://github.com/apache/commons-bcel/releases)
-
[Changelog](https://github.com/apache/commons-bcel/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-bcel/compare/rel/commons-bcel-6.6.1...rel/commons-bcel-6.7.0)
---
updated-dependencies:
- dependency-name: org.apache.bcel:bcel
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
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 a6a443e5..8be3e1f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,7 +268,7 @@
<dependency>
<groupId>org.apache.bcel</groupId>
<artifactId>bcel</artifactId>
- <version>6.6.1</version>
+ <version>6.7.0</version>
</dependency>
</dependencies>
</plugin>