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 798da906 Bump org.apache.bcel:bcel from 6.8.1 to 6.8.2
798da906 is described below
commit 798da9066f00b5ca99bdbbd0ca2a0b51b2c49d7c
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Feb 25 12:09:16 2024 -0500
Bump org.apache.bcel:bcel from 6.8.1 to 6.8.2
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index f76c7a3a..8a14d5d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -231,7 +231,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 e94ef9d4..ee20057d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -330,7 +330,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, Dependabot" type="update">
- Bump Apache Commons BCEL from 6.5.0 to 6.8.1 #346, #451.
+ Bump Apache Commons BCEL from 6.5.0 to 6.8.2 #346, #451.
</action>
<action dev="ggregory" due-to="Dependabot" type="update">
Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #321