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 0f75747 Bump org.apache.bcel:bcel from 6.8.1 to 6.8.2 0f75747 is described below commit 0f7574716d3359a5964c5830e45234f218040bdd Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Feb 25 12:07:42 2024 -0500 Bump org.apache.bcel:bcel from 6.8.1 to 6.8.2 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a958d2c..6467435 100644 --- a/pom.xml +++ b/pom.xml @@ -758,7 +758,7 @@ <dependency> <groupId>org.apache.bcel</groupId> <artifactId>bcel</artifactId> - <version>6.8.1</version> + <version>6.8.2</version> </dependency> </dependencies> </plugin> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index de72209..a44f2ce 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,6 +63,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Dependabot">Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 #366.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.18.3 to 0.18.5 #365, #368.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 #369.</action> + <action type="update" dev="ggregory" due-to="Dependabot">Bump org.apache.bcel:bcel from 6.8.1 to 6.8.2.</action> </release> <release version="66" date="2024-01-29" description="Version 66: Maintenance and update dependencies."> <!-- ADD -->