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 b9e2f5e5 [site] Bump Apache Commons BCEL from 6.5.0 to 6.6.1.
b9e2f5e5 is described below

commit b9e2f5e5bec0d24607a7074c8c000be126e02113
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Nov 3 10:03:47 2022 -0400

    [site] Bump Apache Commons BCEL from 6.5.0 to 6.6.1.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e1e66c0d..29e00cc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -266,7 +266,7 @@
             <dependency>
               <groupId>org.apache.bcel</groupId>
               <artifactId>bcel</artifactId>
-              <version>6.6.0</version>
+              <version>6.6.1</version>
             </dependency>
           </dependencies>
         </plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e3741a78..363405d8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -236,7 +236,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump commons.surefire.version from 3.0.0-M5 to 3.0.0-M7.
       </action>
       <action dev="ggregory" due-to="Gary Gregory" type="update">
-        Bump bcel from 6.5.0 to 6.6.0.
+        Bump Apache Commons BCEL from 6.5.0 to 6.6.1.
       </action>
       <action dev="ggregory" due-to="Dependabot" type="update">
         Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #321

Reply via email to