Skip to content

Commit 65c8aa4

Browse files
Bump com.google.errorprone:error_prone_core from 2.25.0 to 2.30.0 (#1978)
Bumps [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) from 2.25.0 to 2.30.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.30.0</h2> <p>New checks:</p> <ul> <li><a href="https://errorprone.info/bugpattern/AutoValueBoxedValues"><code>AutoValueBoxedValues</code></a>: Detects unnecessary boxing in AutoValue classes.</li> <li><a href="https://errorprone.info/bugpattern/DefaultLocale"><code>DefaultLocale</code></a>: Detects implicit use of the JVM default locale, which can result in differing behaviour between JVM executions.</li> <li><a href="https://errorprone.info/bugpattern/UnnecessaryBreakInSwitch"><code>UnnecessaryBreakInSwitch</code></a>: Remove unnecessary <code>break</code> statements in <code>-&gt;</code> switches.</li> </ul> <p>Closed issues: <a href="https://redirect.github.com/google/error-prone/issues/632">#632</a>, <a href="https://redirect.github.com/google/error-prone/issues/4487">#4487</a></p> <p>Full changelog: <a href="https://github.com/google/error-prone/compare/v2.29.2...v2.30.0">https://github.com/google/error-prone/compare/v2.29.2...v2.30.0</a></p> <h2>Error Prone 2.29.2</h2> <p>This release contains all of the changes in <a href="https://github.com/google/error-prone/releases/tag/v2.29.0">2.29.0</a> and <a href="https://github.com/google/error-prone/releases/tag/v2.29.1">2.29.1</a>, plus:</p> <ul> <li>a bug fix for a crash in <code>TraditionalSwitchExpression</code> (<a href="https://redirect.github.com/google/error-prone/issues/4479">google/error-prone#4479</a>)</li> <li>restores the <code>module-info</code> for the annotations jar, which was accidentally removed (<a href="https://redirect.github.com/google/error-prone/issues/4480">google/error-prone#4480</a>)</li> </ul> <p>Full Changelog: <a href="https://github.com/google/error-prone/compare/v2.29.1...v2.29.2">https://github.com/google/error-prone/compare/v2.29.1...v2.29.2</a></p> <h2>Error Prone 2.29.1</h2> <p>This release contains all of the changes in <a href="https://github.com/google/error-prone/releases/tag/v2.29.0">2.29.0</a>, plus:</p> <ul> <li>a bug fix to <code>UnusedVariable</code> to handle unnamed <code>_</code> variables (<a href="https://redirect.github.com/google/error-prone/issues/4451">google/error-prone#4451</a>)</li> <li>a bug fix for a crash in <code>SetUnrecognized</code> (<a href="https://redirect.github.com/google/error-prone/issues/4475">google/error-prone#4475</a>)</li> </ul> <p>Full Changelog: <a href="https://github.com/google/error-prone/compare/v2.29.0...v2.29.1">https://github.com/google/error-prone/compare/v2.29.0...v2.29.1</a></p> <h2>Error Prone 2.29.0</h2> <p>New checks:</p> <ul> <li><a href="https://errorprone.info/bugpattern/MissingRuntimeRetention"><code>MissingRuntimeRetention</code></a></li> <li><a href="https://errorprone.info/bugpattern/SetUnrecognized"><code>SetUnrecognized</code></a></li> <li><a href="https://errorprone.info/bugpattern/StatementSwitchToExpressionSwitch"><code>StatementSwitchToExpressionSwitch</code></a></li> </ul> <p>Closed issues: <a href="https://redirect.github.com/google/error-prone/issues/4318">#4318</a>, <a href="https://redirect.github.com/google/error-prone/issues/4429">#4429</a>, <a href="https://redirect.github.com/google/error-prone/issues/4467">#4467</a></p> <p>Full Changelog: <a href="https://github.com/google/error-prone/compare/v2.28.0...v2.29.0">https://github.com/google/error-prone/compare/v2.28.0...v2.29.0</a></p> <h2>Error Prone 2.28.0</h2> <p>Error Prone nows supports the latest JDK 23 EA builds (<a href="https://redirect.github.com/google/error-prone/issues/4412">#4412</a>, <a href="https://redirect.github.com/google/error-prone/issues/4415">#4415</a>).</p> <p>Closed issues:</p> <ul> <li>Improved errors for invalid check severities (<a href="https://redirect.github.com/google/error-prone/issues/4306">#4306</a>).</li> <li>Fix a crash with nested <code>instanceof</code> patterns (<a href="https://redirect.github.com/google/error-prone/issues/4349">#4349</a>).</li> <li>Fix a crash in JUnitIncompatibleType (<a href="https://redirect.github.com/google/error-prone/issues/4377">#4377</a>).</li> <li>In ObjectEqualsForPrimitives, don't suggest replacing <code>equal</code> with <code>==</code> for floating-point values (<a href="https://redirect.github.com/google/error-prone/issues/4392">#4392</a>).</li> </ul> <p>New checks:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/error-prone/commit/5ada179028452868623a1aa8f11eee2996886454"><code>5ada179</code></a> Release Error Prone 2.30.0</li> <li><a href="https://github.com/google/error-prone/commit/af175b07510ef093b5e76200608d15d3190bbd17"><code>af175b0</code></a> Don't fire the <code>CanIgnoreReturnValueSuggester</code> for `dagger.producers.Producti...</li> <li><a href="https://github.com/google/error-prone/commit/ba8f9a285f542c8b628cf50e365bd0270b0aac45"><code>ba8f9a2</code></a> Do not update getters that override methods from a superclass.</li> <li><a href="https://github.com/google/error-prone/commit/a706e8d800abcafd6bfeb48c21bfd953261b0519"><code>a706e8d</code></a> Add ability to suppress warning for the entire AutoValue class</li> <li><a href="https://github.com/google/error-prone/commit/86df5cf166a68ca99c8a045932ca70196e0a6773"><code>86df5cf</code></a> Convert some simple blocks to return switches using <code>yield</code></li> <li><a href="https://github.com/google/error-prone/commit/474554a79ae02f6f1482b2e3da78e88c11db37ff"><code>474554a</code></a> Remove <code>// fall out</code> comments, which are sometimes used to document an empty ...</li> <li><a href="https://github.com/google/error-prone/commit/ac7ebf5a03043abd4af00c9f47a6ba1a46a5e4f0"><code>ac7ebf5</code></a> Handle <code>var</code> in MustBeClosedChecker</li> <li><a href="https://github.com/google/error-prone/commit/ccd3ca657b2bf41224eccb1633d94046d09ede82"><code>ccd3ca6</code></a> Add handling of toBuilder()</li> <li><a href="https://github.com/google/error-prone/commit/d88730767480d5c9ac190c4960f783e79c22c457"><code>d887307</code></a> Omit some unnecessary break statements when translating to <code>-&gt;</code> switches</li> <li><a href="https://github.com/google/error-prone/commit/fe072361840715ae907b28dee66f2c732c255551"><code>fe07236</code></a> Add Error Prone check for unnecessary boxed types in AutoValue classes.</li> <li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.25.0...v2.30.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.25.0&new-version=2.30.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5701ca commit 65c8aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
<path>
323323
<groupId>com.google.errorprone</groupId>
324324
<artifactId>error_prone_core</artifactId>
325-
<version>2.25.0</version>
325+
<version>2.30.0</version>
326326
</path>
327327
<path>
328328
<groupId>com.uber.nullaway</groupId>

0 commit comments

Comments
 (0)