dependabot[bot] opened a new pull request, #37:
URL: https://github.com/apache/maven-shared-jar/pull/37

   Bumps [org.apache.bcel:bcel](https://github.com/apache/commons-bcel) from 
6.8.2 to 6.9.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.9.0
   RELEASE NOTES</p>
   <h2>Introduction</h2>
   <p>The Apache Commons BCEL team is pleased to announce the release of
   Apache Commons BCEL 6.9.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>Maintenance and bug fix release.</p>
   <h2>Changes</h2>
   <ul>
   <li>
   <pre><code>      Add Support for Java 16 records 
[#290](https://github.com/apache/commons-bcel/issues/290). Thanks to Pablo 
Nicolas Diaz, Gary Gregory, Paul King, Mark Roberts.
   </code></pre>
   </li>
   <li>
   <pre><code>      Add null guard for InstructionFactory.createInvoke() 
[#289](https://github.com/apache/commons-bcel/issues/289). Thanks to Heewon Lee.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid possible NullPointerException in 
org.apache.bcel.classfile.DescendingVisitor.accept(E[]). Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid possible NullPointerException in 
AnnotationEntryGen.getAnnotationAttributes(ConstantPoolGen, 
AnnotationEntryGen[]). Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid possible NullPointerException in 
AnnotationEntryGen.copyValues(ElementValuePair[], ConstantPoolGen, boolean). 
Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid possible NullPointerException in 
ArrayElementValueGen.ArrayElementValueGen(int, ElementValue[], 
ConstantPoolGen). Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid possible NullPointerException in 
org.apache.bcel.generic.ClassGen.setMethods(Method[]). Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid possible NullPointerException in 
org.apache.bcel.generic.ClassGen.unpackAnnotations(Attribute[]). Thanks to Gary 
Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid possible NullPointerException in 
org.apache.bcel.classfile.ParameterAnnotationEntry.createParameterAnnotationEntries(Attribute[]).
 Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid possible NullPointerException in 
org.apache.bcel.generic.ClassGen.ClassGen(JavaClass). Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid possible NullPointerException in 
org.apache.bcel.generic.FieldGenOrMethodGen.addAll(Attribute[]). Thanks to Gary 
Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid possible NullPointerException in 
org.apache.bcel.classfile.ParameterAnnotationEntry.createParameterAnnotationEntries(Attribute[]).
 Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid NullPointerException after calling 
org.apache.bcel.classfile.MethodParameters.setParameters(MethodParameter[]) 
with null. Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid NullPointerException after calling 
org.apache.bcel.classfile.ParameterAnnotations.setParameterAnnotationTable(ParameterAnnotationEntry[])
 with null. Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid NullPointerException after calling 
org.apache.bcel.classfile.LocalVariableTypeTable.setLocalVariableTable(LocalVariable[])
 with null. Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid NullPointerException after calling 
org.apache.bcel.classfile.LocalVariableTable.setLocalVariableTable(LocalVariable[])
 with null. Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid NullPointerException after calling 
org.apache.bcel.classfile.LineNumberTable.setLineNumberTable(LineNumber[]) with 
null. Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid NullPointerException after calling 
org.apache.bcel.classfile.JavaClass.setMethods(Method[] with null. Thanks to 
Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid NullPointerException after calling 
org.apache.bcel.classfile.JavaClass.setInterfaces(int[]) with null. Thanks to 
Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid NullPointerException after calling 
org.apache.bcel.classfile.JavaClass.setInterfaceNames(String[]) with null. 
Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid NullPointerException after calling 
org.apache.bcel.classfile.JavaClass.setFields(Field[]) with null. Thanks to 
Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid NullPointerException after calling 
org.apache.bcel.classfile.JavaClass.setAttributes(Attribute[]) with null. 
Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid NullPointerException after calling 
org.apache.bcel.classfile.ConstantPool.setConstantPool(Constant[]) with null. 
Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid NullPointerException after calling 
org.apache.bcel.classfile.FieldOrMethod.setAttributes(Attribute[]) with null. 
Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid NullPointerException after calling 
org.apache.bcel.classfile.Annotations.setAnnotationTable(AnnotationEntry[]) 
with null. Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid NullPointerException after calling 
org.apache.bcel.classfile.ArrayElementValue.ArrayElementValue(int, 
ElementValue[], ConstantPool) with null. Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid NullPointerException after calling 
org.apache.bcel.classfile.BootstrapMethod.BootstrapMethod(int, int[]) with 
null. Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid NullPointerException after calling 
org.apache.bcel.classfile.BootstrapMethod.setBootstrapArguments(int[]) with 
null. Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid NullPointerException after calling 
org.apache.bcel.classfile.BootstrapMethods.BootstrapMethods(int, int, 
BootstrapMethod[], ConstantPool) with null. Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid NullPointerException after calling 
org.apache.bcel.classfile.BootstrapMethods.setBootstrapMethods(BootstrapMethod[])
 with null. Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid NullPointerException calling 
org.apache.bcel.generic.InstructionList.redirectLocalVariables(LocalVariableGen[],
 InstructionHandle, InstructionHandle) with null. Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>      Avoid NullPointerException calling 
org.apache.bcel.generic.InstructionList.redirectExceptionHandlers(CodeExceptionGen[],
 InstructionHandle, InstructionHandle) with null. Thanks to Gary Gregory.
   </code></pre>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/commons-bcel/commit/c240a615d2fcb2497c7d77ad3993e4c66c16e03a";><code>c240a61</code></a>
 Prepare for the next release candidate</li>
   <li><a 
href="https://github.com/apache/commons-bcel/commit/2413661189f419b5716444eedb2bf9f8f1f8a3e6";><code>2413661</code></a>
 JaCoCo on Java 9 is different from other versions</li>
   <li><a 
href="https://github.com/apache/commons-bcel/commit/fd77840400c94eb7208c488ab664320a836e730a";><code>fd77840</code></a>
 JaCoCo on Java 8 is different from other versions</li>
   <li><a 
href="https://github.com/apache/commons-bcel/commit/5dbc07fc7a4fafe50fb8efef6b86893c3ed79ca4";><code>5dbc07f</code></a>
 Set commons.jacoco.haltOnFailure to false until profiles work</li>
   <li><a 
href="https://github.com/apache/commons-bcel/commit/eba45c05365fc89b0007296fc3ee188cca5d091d";><code>eba45c0</code></a>
 JaCoCo on Java 8 is different from other versions</li>
   <li><a 
href="https://github.com/apache/commons-bcel/commit/52e48f06ff1488a23c9fa24d31e2d23e6006d76d";><code>52e48f0</code></a>
 JaCoCo on Java 8 is different from other versions</li>
   <li><a 
href="https://github.com/apache/commons-bcel/commit/7579d2925a194bc987194c5bdb2291ca8233bf92";><code>7579d29</code></a>
 Prepare for the next release candidate</li>
   <li><a 
href="https://github.com/apache/commons-bcel/commit/7ae5745214918c787a007051350b38231565f6c0";><code>7ae5745</code></a>
 Use final</li>
   <li><a 
href="https://github.com/apache/commons-bcel/commit/f670f11172996ef53e043d4ea48590f33dd31d08";><code>f670f11</code></a>
 Set the (low) bar for JaCoCo checks</li>
   <li><a 
href="https://github.com/apache/commons-bcel/commit/8083fb59b6cf7bf41c055aee332501bee59bf99f";><code>8083fb5</code></a>
 Sort members</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/commons-bcel/compare/rel/commons-bcel-6.8.2...rel/commons-bcel-6.9.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.bcel:bcel&package-manager=maven&previous-version=6.8.2&new-version=6.9.0)](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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to