This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-jar.git
The following commit(s) were added to refs/heads/master by this push:
new f568aba Bump org.apache.bcel:bcel from 6.11.0 to 6.12.0 (#127)
f568aba is described below
commit f568aba89caa5af8d83a5e5a8f1c59a7177b10e0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 23 17:30:31 2026 +0100
Bump org.apache.bcel:bcel from 6.11.0 to 6.12.0 (#127)
Bumps [org.apache.bcel:bcel](https://github.com/apache/commons-bcel) from
6.11.0 to 6.12.0.
-
[Changelog](https://github.com/apache/commons-bcel/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-bcel/compare/rel/commons-bcel-6.11.0...rel/commons-bcel-6.12.0)
---
updated-dependencies:
- dependency-name: org.apache.bcel:bcel
dependency-version: 6.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 0830591..c261b9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
<dependency>
<groupId>org.apache.bcel</groupId>
<artifactId>bcel</artifactId>
- <version>6.11.0</version>
+ <version>6.12.0</version>
</dependency>
<!-- Required by BCEL overwritten by maven-artifact -->
<dependency>