Skip to content

Chore(deps): Bump org.apache.bcel:bcel from 6.10.0 to 6.12.0#2202

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/org.apache.bcel-bcel-6.12.0
Open

Chore(deps): Bump org.apache.bcel:bcel from 6.10.0 to 6.12.0#2202
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/org.apache.bcel-bcel-6.12.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps org.apache.bcel:bcel from 6.10.0 to 6.12.0.

Changelog

Sourced from org.apache.bcel:bcel's changelog.

Apache Commons BCEL Version 6.12.0 RELEASE NOTES

Introduction

The Apache Commons BCEL team is pleased to announce the release of Apache Commons BCEL 6.12.0.

The Commons Byte Code Engineering Library (BCEL) is designed to provide users with a convenient way to analyze, create, and manipulate compiled .class files.

This is a feature and maintenance release. Java 8 or later is required.

New Features

  •       Add Const.MAJOR_26. Thanks to Gary Gregory.
    
  •       Add Const.MINOR_26. Thanks to Gary Gregory.
    

Fixed Bugs

  •       Fix infinite loop in example.TransitiveHull [#476](https://github.com/apache/commons-bcel/issues/476). Thanks to fmantz, Gary Gregory.
    
  •       Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.
    
  •       Fix malformed Javadoc comments. Thanks to Gary Gregory.
    
  •       Make the build reproducible on the Azul JDK. Thanks to Gary Gregory.
    
  •       Fix infinite loop in JavaClass.findField() on invalid input. Thanks to Gary Gregory, Pavel Kohout.
    
  •       Fix infinite loop in JavaClass.getAllInterfaces() on invalid input. Thanks to Gary Gregory, Pavel Kohout.
    
  •       Fix infinite loop in JavaClass.getSuperClasses() on invalid input. Thanks to Gary Gregory, Pavel Kohout.
    
  •       Exception message in Args.requireU4() refers to the wrong data type. Thanks to Gary Gregory.
    
  •       Exception message in Args.requireU2() refers to the wrong upper range value. Thanks to Gary Gregory.
    
  •       Code.Code(int, int, DataInput, ConstantPool) now throws a ClassFormatException if the code array is greater than the JVM specification allows. Thanks to Gary Gregory, Stanislav Fort.
    
  •       Code.Code(int, int, int, int, byte[], CodeException[], Attribute[], ConstantPool) now throws a ClassFormatException if the code array is greater than the JVM specification allows. Thanks to Gary Gregory, Stanislav Fort.
    
  •       Code.setCode(byte[]) now throws a ClassFormatException if the code array is greater than the JVM specification allows. Thanks to Gary Gregory.
    
  •       ClassDumper.dump() should not call the input stream it didn't open; fixes IOException when calling DumpClass.main(ClassDumper.java:351). Thanks to Gary Gregory.
    
  •       org.apache.bcel.classfile.ConstantPool.ConstantPool(Constant[]) now uses varagrs: ConstantPool(Constant...). Thanks to Gary Gregory.
    
  •       org.apache.bcel.classfile.Deprecated now requires its the attribute_length item be zero; see https://docs.oracle.com/javase/specs/jvms/se25/html/jvms-4.html#jvms-4.7.15. Thanks to Gary Gregory.
    
  •       org.apache.bcel.classfile.Synthetic now requires its the attribute_length item be zero; see https://docs.oracle.com/javase/specs/jvms/se25/html/jvms-4.html#jvms-4.7.8. Thanks to Gary Gregory.
    
  •       The size of an Attribute unknown to the JVM specification is limited to 1 MB and is overridden with the system property BCEL.Attribute.Unknown.max_attribute_length; see https://docs.oracle.com/javase/specs/jvms/se25/html/jvms-4.html#jvms-4.7. Thanks to Gary Gregory, Stanislav Fort.
    

Changes

  •       Bump org.apache.commons:commons-parent from 89 to 95 [#482](https://github.com/apache/commons-bcel/issues/482). Thanks to Gary Gregory.
    
  •       [test] Bump org.jetbrains.kotlin:kotlin-stdlib from 2.2.20 to 2.3.0 [#481](https://github.com/apache/commons-bcel/issues/481). Thanks to Gary Gregory.
    
  •       Bump commons-io:commons-io from 2.20.0 to 2.21.0. Thanks to Gary Gregory.
    
  •       Bump commons-lang3 from 3.19.0 to 3.20.0. Thanks to Gary Gregory.
    
  •       [test] Bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0. Thanks to Gary Gregory.
    

Historical list of changes: https://commons.apache.org/proper/commons-bcel/changes.html

For complete information on Apache Commons BCEL, including instructions on how to submit bug reports,

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.apache.bcel:bcel](https://github.com/apache/commons-bcel) from 6.10.0 to 6.12.0.
- [Changelog](https://github.com/apache/commons-bcel/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-bcel@rel/commons-bcel-6.10.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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 1, 2026
@codecov
Copy link

codecov bot commented Mar 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.03%. Comparing base (9152b37) to head (680957f).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #2202   +/-   ##
=========================================
  Coverage     85.03%   85.03%           
  Complexity     2499     2499           
=========================================
  Files           237      237           
  Lines          7366     7366           
  Branches        388      388           
=========================================
  Hits           6264     6264           
  Misses          871      871           
  Partials        231      231           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants