dependabot[bot] opened a new pull request, #534:
URL: https://github.com/apache/ws-wss4j/pull/534

   Bumps 
[com.google.errorprone:error_prone_core](https://github.com/google/error-prone) 
from 2.38.0 to 2.43.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/google/error-prone/releases";>com.google.errorprone:error_prone_core's
 releases</a>.</em></p>
   <blockquote>
   <h2>Error Prone 2.43.0</h2>
   <p>The minimum support JDK version to run Error Prone is now JDK 21 (<a 
href="https://redirect.github.com/google/error-prone/issues/4867";>google/error-prone#4867</a>).</p>
   <p>Changes:</p>
   <ul>
   <li><code>-XepPatchChecks</code> now skips disabled checks (<a 
href="https://redirect.github.com/google/error-prone/issues/4943";>#4943</a>)</li>
   <li><code>AndroidJdkLibsChecker</code> has been removed, the recommended 
replacement for Android code is Android Lint's NewApi check</li>
   </ul>
   <p>New checks:</p>
   <ul>
   <li><a 
href="https://errorprone.info/bugpattern/NullNeedsCastForVarargs";><code>NullNeedsCastForVarargs</code></a>:
 Detect calls that incorrectly passes a <code>null</code> <em>array</em> 
instead of a <code>null</code> <em>element</em>.</li>
   <li><a 
href="https://errorprone.info/bugpattern/RedundantNullCheck";><code>RedundantNullCheck</code></a>:
 detect checks on expressions that are non-null.</li>
   </ul>
   <p>Closed issues: <a 
href="https://redirect.github.com/google/error-prone/issues/4943";>#4943</a>, <a 
href="https://redirect.github.com/google/error-prone/issues/5102";>#5102</a>, <a 
href="https://redirect.github.com/google/error-prone/issues/5107";>#5107</a>, <a 
href="https://redirect.github.com/google/error-prone/issues/5121";>#5121</a>, <a 
href="https://redirect.github.com/google/error-prone/issues/5158";>#5158</a>, <a 
href="https://redirect.github.com/google/error-prone/issues/5217";>#5217</a>, <a 
href="https://redirect.github.com/google/error-prone/issues/5239";>#5239</a></p>
   <p>Full changelog: <a 
href="https://github.com/google/error-prone/compare/v2.42.0...v2.43.0";>https://github.com/google/error-prone/compare/v2.42.0...v2.43.0</a></p>
   <h2>Error Prone 2.42.0</h2>
   <p>New checks:</p>
   <ul>
   <li><a 
href="https://errorprone.info/bugpattern/ExplicitArrayForVarargs";><code>ExplicitArrayForVarargs</code></a>:
 discourage unnecessary explicit construction of an array to provide 
varargs.</li>
   <li><a 
href="https://errorprone.info/bugpattern/FloggerPerWithoutRateLimit";><code>FloggerPerWithoutRateLimit</code></a>:
 discourage Flogger's <code>perUnique</code> without rate limiting</li>
   <li><a 
href="https://errorprone.info/bugpattern/StringJoin";><code>StringJoin</code></a>:
 Ban <code>String.join(CharSequence)</code> and <code>String.join(CharSequence, 
CharSequence)</code></li>
   <li><a 
href="https://errorprone.info/bugpattern/ThreadBuilderNameWithPlaceholder";><code>ThreadBuilderNameWithPlaceholder</code></a>:
 Do not allow placeholders in <code>Thread.Builder.name(String)</code> or 
<code>name(String, int)</code>.</li>
   </ul>
   <p>Changes:</p>
   <ul>
   <li>The return type of <code>ASTHelpers.asFlagSet</code> has changed. The 
previous type was <code>EnumSet&lt;Flags.Flag&gt;</code>, where 
<code>Flags.Flag</code> is an enum in the javac class <code>Flags</code>. A 
recent JDK change has replaced that enum with a new top-level enum called 
<code>FlagsEnum</code>. It is not possible to change 
<code>ASTHelpers.asFlagSet</code> in a way that would be type-safe and 
compatible with the enums from JDKs both before and after the change. Instead, 
the method now returns <code>ImmutableSet&lt;String&gt;</code>, where the 
strings come from the <code>toString()</code> of the enum constants. That means 
they are <code>&quot;native&quot;</code>, <code>&quot;abstract&quot;</code>, 
etc.</li>
   <li>Flag <code>IO.print[ln]()</code> in <a 
href="https://errorprone.info/bugpattern/SystemOut";><code>SystemOut</code></a>.</li>
   </ul>
   <p>Full changelog: <a 
href="https://github.com/google/error-prone/compare/v2.41.0...v2.42.0";>https://github.com/google/error-prone/compare/v2.41.0...v2.42.0</a></p>
   <h2>Error Prone 2.41.0</h2>
   <p>New checks:</p>
   <ul>
   <li><a 
href="https://errorprone.info/bugpattern/EffectivelyPrivate";>EffectivelyPrivate</a>:
 Detect declarations that have <code>public</code> or <code>protected</code> 
modifiers, but are effectively private</li>
   </ul>
   <p>Changes:</p>
   <ul>
   <li>Skip BooleanLiteral findings if the target type is boxed (<a 
href="https://redirect.github.com/google/error-prone/issues/5134";>#5134</a>)</li>
   </ul>
   <p>Full changelog: <a 
href="https://github.com/google/error-prone/compare/v2.40.0...v2.41.0";>https://github.com/google/error-prone/compare/v2.40.0...v2.41.0</a></p>
   <h2>Error Prone 2.40.0</h2>
   <p>Changes:</p>
   <ul>
   <li>Bug fixes and improvements</li>
   <li>Releases (including snapshots) have migrated from <a 
href="https://central.sonatype.org/pages/ossrh-eol/#process-to-migrate";>OSSRH 
to the Central Publisher Portal</a></li>
   </ul>
   <p>Full changelog: <a 
href="https://github.com/google/error-prone/compare/v2.39.0...v2.40.0";>https://github.com/google/error-prone/compare/v2.39.0...v2.40.0</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/google/error-prone/commit/abec9b6a08ae48bb9ac7cb6978e8a9796408afbc";><code>abec9b6</code></a>
 Release Error Prone 2.43.0</li>
   <li><a 
href="https://github.com/google/error-prone/commit/a97374a2b2f912257ff63e780e7caa059c2f2f7a";><code>a97374a</code></a>
 Upgrade Java version from 17 to 21 in release workflow</li>
   <li><a 
href="https://github.com/google/error-prone/commit/5882a4393d991b068ce6276bc182b8e6c0ec5f88";><code>5882a43</code></a>
 Update release.yml</li>
   <li><a 
href="https://github.com/google/error-prone/commit/851e0b0e0227b92fd889dfb6846ce7fcbb5fe16f";><code>851e0b0</code></a>
 Remove obsolete uses of reflection from Error Prone</li>
   <li><a 
href="https://github.com/google/error-prone/commit/344e3dcb60384c72bdd5660b6311ae25cb24af09";><code>344e3dc</code></a>
 Remove an obsolete use of reflection</li>
   <li><a 
href="https://github.com/google/error-prone/commit/5f46e622d0b88f07826bf3af74b9b1d717d97362";><code>5f46e62</code></a>
 Fix a typo (wrong quotation mark).</li>
   <li><a 
href="https://github.com/google/error-prone/commit/de7d1915281f6e307686a00c7744e7b085d56232";><code>de7d191</code></a>
 Update <code>IncorrectMainMethod</code> documentation in light of JEP512.</li>
   <li><a 
href="https://github.com/google/error-prone/commit/09c78e01573334cee793b67346ca0f3175fd47a3";><code>09c78e0</code></a>
 Remove an obsolete TODO</li>
   <li><a 
href="https://github.com/google/error-prone/commit/17c271ea558a8d38579bd9f78206905f3983bd67";><code>17c271e</code></a>
 Turn down AndroidJdkLibsChecker</li>
   <li><a 
href="https://github.com/google/error-prone/commit/0ae79f56536e3af86b3cdbab441ea650d899b0c3";><code>0ae79f5</code></a>
 Add tests for subtypes of Immutable and ThreadSafe classes</li>
   <li>Additional commits viewable in <a 
href="https://github.com/google/error-prone/compare/v2.38.0...v2.43.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.errorprone:error_prone_core&package-manager=maven&previous-version=2.38.0&new-version=2.43.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to