dependabot[bot] opened a new pull request, #5393:
URL: https://github.com/apache/activemq-artemis/pull/5393

   Bumps 
[com.google.errorprone:error_prone_core](https://github.com/google/error-prone) 
from 2.31.0 to 2.36.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.36.0</h2>
   <p>Changes:</p>
   <ul>
   <li>Add new matcher interfaces to <code>ErrorProneScanner</code> for AST 
nodes introduced after Java 11 (e5fd194fa21ef9a01e8d4c72489906247aad81c8)</li>
   <li>Fix compatibility with latest JDK 24 EA builds (<a 
href="https://github.com/google/error-prone/commit/d67bc156b737d13ac693d73a403a11a97804423f";>https://github.com/google/error-prone/commit/d67bc156b737d13ac693d73a403a11a97804423f</a>)</li>
   <li>Check that <code>--should-stop=ifError=FLOW</code> is set when using the 
<code>-Xplugin</code> integration 
(e71db1f369a9367f6f2db34c4fbd006b6d6238fd)</li>
   </ul>
   <p>New checks:</p>
   <ul>
   <li><a 
href="https://errorprone.info/bugpattern/DuplicateBranches";><code>DuplicateBranches</code></a>:
 Discourage conditional expressions and if statements where both branches are 
the same</li>
   <li><a 
href="https://errorprone.info/bugpattern/RedundantControlFlow";><code>RedundantControlFlow</code></a>:
 Reports redundant <code>continue</code> statements.</li>
   </ul>
   <p>Closed issues: <a 
href="https://redirect.github.com/google/error-prone/issues/4633";>#4633</a>, <a 
href="https://redirect.github.com/google/error-prone/issues/4646";>#4646</a></p>
   <p>Full changelog: <a 
href="https://github.com/google/error-prone/compare/v2.35.1...v2.36.0";>https://github.com/google/error-prone/compare/v2.35.1...v2.36.0</a></p>
   <h2>Error Prone 2.35.1</h2>
   <p>Error Prone's dependency on protobuf has been downgraded to 3.25.5 for 
this release.</p>
   <p>Version 3.25.5 of protobuf still fixes CVE-2024-7254. This release is 
provided for users who aren't ready to update to 4.x, see also <a 
href="https://redirect.github.com/google/error-prone/issues/4584";>#4584</a> and 
<a href="https://redirect.github.com/google/error-prone/issues/4634";>#4634</a>. 
Future versions of Error Prone will upgrade back to protobuf 4.x.</p>
   <p>Full changelog: <a 
href="https://github.com/google/error-prone/compare/v2.35.0...v2.35.1";>https://github.com/google/error-prone/compare/v2.35.0...v2.35.1</a></p>
   <h2>Error Prone  2.35.0</h2>
   <p>Changes:</p>
   <ul>
   <li>Fix handling of <code>\s</code> before the trailing delimiter in <a 
href="https://errorprone.info/bugpattern/MisleadingEscapedSpace";><code>MisleadingEscapedSpace</code></a></li>
   <li><a 
href="https://errorprone.info/bugpattern/TimeUnitMismatch";><code>TimeUnitMismatch</code></a>
 improvements: handle binary trees, consider trees like <code>fooSeconds * 
1000</code> to have units of millis</li>
   </ul>
   <p>New checks:</p>
   <ul>
   <li><a 
href="https://errorprone.info/bugpattern/JavaDurationGetSecondsToToSeconds";><code>JavaDurationGetSecondsToToSeconds</code></a>:
 Prefer <code>duration.toSeconds()</code> over 
<code>duration.getSeconds()</code></li>
   </ul>
   <p>Full changelog: <a 
href="https://github.com/google/error-prone/compare/v2.34.0...v2.35.0";>https://github.com/google/error-prone/compare/v2.34.0...v2.35.0</a></p>
   <h2>Error Prone 2.34.0</h2>
   <p>Changes:</p>
   <ul>
   <li>Passing the javac flag <code>--should-stop=ifError=FLOW</code> is now 
required when running Error Prone (<a 
href="https://redirect.github.com/google/error-prone/issues/4595";>#4595</a>)</li>
   <li>The <code>MemberName</code> check was renamed to <a 
href="https://errorprone.info/bugpattern/IdentifierName";><code>IdentifierName</code></a></li>
   </ul>
   <p>New checks:</p>
   <ul>
   <li><a 
href="https://errorprone.info/bugpattern/FutureTransformAsync";><code>FutureTransformAsync</code></a>:
 The usage of transformAsync is not necessary when all the return values of the 
transformation function are immediate futures.</li>
   <li><a 
href="https://errorprone.info/bugpattern/MisformattedTestData";><code>MisformattedTestData</code></a>:
 Reformats Java source code inside Error Prone test cases.</li>
   <li><a 
href="https://errorprone.info/bugpattern/MisleadingEscapedSpace";><code>MisleadingEscapedSpace</code></a>:
 Using <code>\s</code> anywhere except at the end of a line in a text block is 
potentially misleading.</li>
   <li><a 
href="https://errorprone.info/bugpattern/ThrowIfUncheckedKnownUnchecked";><code>ThrowIfUncheckedKnownUnchecked</code></a>:
 <code>throwIfUnchecked(knownUnchecked)</code> is equivalent to <code>throw 
knownUnchecked</code>.</li>
   </ul>
   <p>Closed issues: <a 
href="https://redirect.github.com/google/error-prone/issues/4595";>#4595</a>, <a 
href="https://redirect.github.com/google/error-prone/issues/4598";>#4598</a>, <a 
href="https://redirect.github.com/google/error-prone/issues/4620";>#4620</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/ab522c7dcac5e83b84828d5670595e5582d71fb3";><code>ab522c7</code></a>
 Release Error Prone 2.36.0</li>
   <li><a 
href="https://github.com/google/error-prone/commit/fc5aade955969968c782504995ead5783ca00723";><code>fc5aade</code></a>
 Remove swathes of assume()s on the current runtime version.</li>
   <li><a 
href="https://github.com/google/error-prone/commit/b222ea8c65c9e357c76223f2113b795a7c6977ba";><code>b222ea8</code></a>
 Handle qualified enum elements in MissingCasesInEnumSwitch.</li>
   <li><a 
href="https://github.com/google/error-prone/commit/332cbfae1dfdfb67e2810dc705da9b60237086bd";><code>332cbfa</code></a>
 Support record destructuring in ArgumentSelectionDefectChecker.</li>
   <li><a 
href="https://github.com/google/error-prone/commit/0db3360a331ee1f6f882f6e550d854a025337e56";><code>0db3360</code></a>
 UsafeLocaleUsage: update the proposed fix to use <code>replace(char, 
char)</code></li>
   <li><a 
href="https://github.com/google/error-prone/commit/c816c8ba4ea0bf402ff81e8e02decc709fd5e403";><code>c816c8b</code></a>
 StatementSwitchToExpressionSwitch - remove <code>// fall out</code> comments 
in switches</li>
   <li><a 
href="https://github.com/google/error-prone/commit/b5fa4411c2602b7cb073bc9b4f9bc8ddc20e3083";><code>b5fa441</code></a>
 Consolidate javadoc plugin version</li>
   <li><a 
href="https://github.com/google/error-prone/commit/2afd0cf070aaac862ce38e9785cd7e04f6130563";><code>2afd0cf</code></a>
 Run StatementSwitchToExpressionSwitch_refactoring over EP.</li>
   <li><a 
href="https://github.com/google/error-prone/commit/37895d36873032d16eb26b35389930b927d5f199";><code>37895d3</code></a>
 Fix snapshot doc publishing after <a 
href="https://github.com/google/error-prone/commi";>https://github.com/google/error-prone/commi</a>...</li>
   <li><a 
href="https://github.com/google/error-prone/commit/c4387562d4ea8a0c9e67bf88046be977997db176";><code>c438756</code></a>
 StatementSwitchToExpressionSwitch: for &quot;assignment switch&quot; and 
&quot;direct conver...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/google/error-prone/compare/v2.31.0...v2.36.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.31.0&new-version=2.36.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: gitbox-unsubscr...@activemq.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org
For additional commands, e-mail: gitbox-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact


Reply via email to