Skip to content

Commit

Permalink
Bump com.google.errorprone:error_prone_annotations from 2.29.2 to 2.3…
Browse files Browse the repository at this point in the history
…0.0 in the dependencies group

Bumps the dependencies group with 1 update: [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone).

Updates `com.google.errorprone:error_prone_annotations` from 2.29.2 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_annotations'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>
</blockquote>
</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.29.2...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_annotations&package-manager=maven&previous-version=2.29.2&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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions

</details>

Fixes #1328

COPYBARA_INTEGRATE_REVIEW=#1328 from google:dependabot/maven/dependencies-730d244da3 80b2d35
PiperOrigin-RevId: 662072143
  • Loading branch information
dependabot[bot] authored and Google Java Core Libraries committed Aug 12, 2024
1 parent a6e2bb8 commit 8de2193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.29.2</version>
<version>2.30.0</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down

0 comments on commit 8de2193

Please sign in to comment.