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-parent.git
The following commit(s) were added to refs/heads/master by this push: new 1fc7988 Bump org.apache.bcel:bcel from 6.8.0 to 6.8.1 (#350) 1fc7988 is described below commit 1fc7988471be5c1da475c1aeecf51288dd055def Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Jan 11 10:45:39 2024 -0500 Bump org.apache.bcel:bcel from 6.8.0 to 6.8.1 (#350) Bumps [org.apache.bcel:bcel](https://github.com/apache/commons-bcel) from 6.8.0 to 6.8.1. - [Changelog](https://github.com/apache/commons-bcel/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-bcel/compare/rel/commons-bcel-6.8.0...rel/commons-bcel-6.8.1) --- updated-dependencies: - dependency-name: org.apache.bcel:bcel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 43ef782..80c0f11 100644 --- a/pom.xml +++ b/pom.xml @@ -757,7 +757,7 @@ <dependency> <groupId>org.apache.bcel</groupId> <artifactId>bcel</artifactId> - <version>6.8.0</version> + <version>6.8.1</version> </dependency> </dependencies> </plugin>