dependabot[bot] opened a new pull request, #115: URL: https://github.com/apache/maven-shared-jar/pull/115
Bumps [org.apache.bcel:bcel](https://github.com/apache/commons-bcel) from 6.10.0 to 6.11.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/commons-bcel/blob/master/RELEASE-NOTES.txt">org.apache.bcel:bcel's changelog</a>.</em></p> <blockquote> <p>Apache Commons BCEL Version 6.11.0 RELEASE NOTES</p> <h2>Introduction</h2> <p>The Apache Commons BCEL team is pleased to announce the release of Apache Commons BCEL 6.11.0.</p> <p>The Byte Code Engineering Library (BCEL) is intended to give users a convenient way to analyze, create, and manipulate compiled .class files. Classes are represented by objects containing all the symbolic information of the given class: methods, fields, and byte code instructions.</p> <p>This is a feature and maintenance release. Java 8 or later is required.</p> <h2>New Features</h2> <ul> <li> <pre><code> Add Const.MAJOR_25. Thanks to Gary Gregory. </code></pre> </li> <li> <pre><code> Add Const.MINOR_25. Thanks to Gary Gregory. </code></pre> </li> <li> <pre><code> Add experimental CycloneDX VEX file [#446](https://github.com/apache/commons-bcel/issues/446). Thanks to Piotr P. Karwasz, Gary Gregory. </code></pre> </li> <li> <pre><code> Refactor to use new Maven POM variable ecj.version. Thanks to Gary Gregory. </code></pre> </li> </ul> <h2>Fixed Bugs</h2> <ul> <li> <pre><code> Replace internal use of Locale.ENGLISH with Locale.ROOT. Thanks to Gary Gregory. </code></pre> </li> <li>BCEL-375: Wrong permissions on bcel .jar file in binary .tar.gz distribution file. Thanks to J. Lewis Muir, Gary Gregory.</li> <li>BCEL-376: ClassPath.close() throws UnsupportedOperationException when created with system-classpath. Thanks to Dominik Stadler, Gary Gregory.</li> <li> <pre><code> ClassPath.getResources(String) can use an ArrayList instead of a Vector. Thanks to Gary Gregory. </code></pre> </li> <li> <pre><code> Fix SpotBugs [ERROR] Medium: Operation on the "created" shared variable in "ConstantUtf8" class is not atomic [org.apache.bcel.classfile.ConstantUtf8] At ConstantUtf8.java:[line 119] AT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLE. Thanks to Gary Gregory. </code></pre> </li> <li> <pre><code> Fix SpotBugs [ERROR] Medium: Operation on the "considered" shared variable in "ConstantUtf8" class is not atomic [org.apache.bcel.classfile.ConstantUtf8] At ConstantUtf8.java:[line 137] AT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLE. Thanks to Gary Gregory. </code></pre> </li> <li> <pre><code> Fix SpotBugs [ERROR] Medium: Operation on the "skipped" shared variable in "ConstantUtf8" class is not atomic [org.apache.bcel.classfile.ConstantUtf8] At ConstantUtf8.java:[line 134] AT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLE. Thanks to Gary Gregory. </code></pre> </li> <li> <pre><code> org.apache.bcel.util.ClassPath.addJdkModules(String, List<String>) now reads the system property "jdk.module.path" instead of "java.modules.path"; see https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/System.html#jdk.module.path. Thanks to Gary Gregory. </code></pre> </li> <li> <pre><code> Fix ConstantPoolModuleAccessTest failures on Java 25. Thanks to Andrey Loskutov. </code></pre> </li> <li>377: Fix testing on Java 24 and up. Thanks to Dejan Stojadinović, Gary Gregory, Andrey Loskutov.</li> </ul> <h2>Changes</h2> <ul> <li> <pre><code> Bump org.apache.commons:commons-parent from 72 to 89 [#346](https://github.com/apache/commons-bcel/issues/346), [#349](https://github.com/apache/commons-bcel/issues/349), [#559](https://github.com/apache/commons-bcel/issues/559), [#364](https://github.com/apache/commons-bcel/issues/364), [#368](https://github.com/apache/commons-bcel/issues/368), [#378](https://github.com/apache/commons-bcel/issues/378), [#464](https://github.com/apache/commons-bcel/issues/464). Thanks to Dependabot, Gary Gregory. </code></pre> </li> <li> <pre><code> Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.19.0 [#334](https://github.com/apache/commons-bcel/issues/334), [#341](https://github.com/apache/commons-bcel/issues/341), [#351](https://github.com/apache/commons-bcel/issues/351), [#444](https://github.com/apache/commons-bcel/issues/444). Thanks to Dependabot, Gary Gregory. </code></pre> </li> <li> <pre><code> Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.0 to 2.2.20 [#340](https://github.com/apache/commons-bcel/issues/340), [#347](https://github.com/apache/commons-bcel/issues/347), [#369](https://github.com/apache/commons-bcel/issues/369), [#390](https://github.com/apache/commons-bcel/issues/390), [#407](https://github.com/apache/commons-bcel/issues/407), [#422](https://github.com/apache/commons-bcel/issues/422), [#434](https://github.com/apache/commons-bcel/issues/434), [#441](https://github.com/apache/commons-bcel/issues/441), [#452](https://github.com/apache/commons-bcel/issues/452), [#462](https://github.com/apache/commons-bcel/issues/462). Thanks to Dependabot, Gary Gregory. </code></pre> </li> <li> <pre><code> Bump commons-io:commons-io from 2.16.1 to 2.20.0 [#357](https://github.com/apache/commons-bcel/issues/357), [#387](https://github.com/apache/commons-bcel/issues/387). Thanks to Dependabot, Gary Gregory. </code></pre> </li> <li> <pre><code> Bump jna.version from 5.14.0 to 5.18.1 [#358](https://github.com/apache/commons-bcel/issues/358), [#399](https://github.com/apache/commons-bcel/issues/399), [#466](https://github.com/apache/commons-bcel/issues/466), [#470](https://github.com/apache/commons-bcel/issues/470). Thanks to Dependabot, Gary Gregory. </code></pre> </li> <li> <pre><code> Bump org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to 3.2.1 [#376](https://github.com/apache/commons-bcel/issues/376). Thanks to Dependabot, Gary Gregory. </code></pre> </li> <li> <pre><code> Bump org.apache.commons:commons-collections4 from 4.5.0-M2 to 4.5.0 [#395](https://github.com/apache/commons-bcel/issues/395). Thanks to Dependabot, Gary Gregory. </code></pre> </li> <li> <pre><code> Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0. Thanks to Dependabot, Gary Gregory. </code></pre> </li> </ul> <p>Historical list of changes: <a href="https://commons.apache.org/proper/commons-bcel/changes.html">https://commons.apache.org/proper/commons-bcel/changes.html</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/commons-bcel/commit/c2629b95a9421844fdd9156a9092f546c88979cf"><code>c2629b9</code></a> Revert "PMD: Discontinue using Rule name"</li> <li><a href="https://github.com/apache/commons-bcel/commit/524e974ed6e1f46eab2362e24ad4e6aec74ad2dc"><code>524e974</code></a> PMD: Discontinue using Rule name</li> <li><a href="https://github.com/apache/commons-bcel/commit/dc0feabe0ba6c98f6d705114edde2a949eaf1212"><code>dc0feab</code></a> Prepare for the release candidate 6.11.0 RC1</li> <li><a href="https://github.com/apache/commons-bcel/commit/31f38131fdf8052eb25a4b405373df6e81b4e6b2"><code>31f3813</code></a> Promote Java 25 CI build to production</li> <li><a href="https://github.com/apache/commons-bcel/commit/65263a8a11699cf55fcb4ea960cf32af25d97b2c"><code>65263a8</code></a> Prepare for the next release candidate</li> <li><a href="https://github.com/apache/commons-bcel/commit/402515be515189f0973f4fd4e4977c35bebea90f"><code>402515b</code></a> [BCEL-377] Fix testing on Java 24 and up</li> <li><a href="https://github.com/apache/commons-bcel/commit/5b18d15a82ad6e2426466c3fe92f02d49828de27"><code>5b18d15</code></a> Use the new Apache Commons Oak logotype</li> <li><a href="https://github.com/apache/commons-bcel/commit/fef3ab56de60fdee6aa0d7ac98e84a84ba456449"><code>fef3ab5</code></a> [BCEL-378] Disable known broken test on Java 25 and up</li> <li><a href="https://github.com/apache/commons-bcel/commit/4aa05e6be147524278a65dd1cd7d1fac0b9b69bd"><code>4aa05e6</code></a> Bump org.apache.commons:commons-parent from 88 to 89</li> <li><a href="https://github.com/apache/commons-bcel/commit/931a2cf28d9a2519edf9f3ed6abdeaf765fa3af3"><code>931a2cf</code></a> Javadoc</li> <li>Additional commits viewable in <a href="https://github.com/apache/commons-bcel/compare/rel/commons-bcel-6.10.0...rel/commons-bcel-6.11.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
