Skip to content

Commit

Permalink
Bump error_prone_annotations from 2.12.0 to 2.12.1
Browse files Browse the repository at this point in the history
Bumps [error_prone_annotations](https://github.com/google/error-prone) from 2.12.0 to 2.12.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/google/error-prone/releases">error_prone_annotations's releases</a>.</em></p>
<blockquote>
<h2>Error Prone 2.12.1</h2>
<ul>
<li>
<p>This release adds an infrastructure optimization to <code>AppliedFix</code> source code processing.</p>
</li>
<li>
<p><a href="https://github.com/google/error-prone/compare/v2.12.0...v2.12.1">Release Diff: v2.12.0...v2.12.1</a>.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/google/error-prone/commit/6563215b667b96c7d43f16da34a87004eabbc1cf"><code>6563215</code></a> Make <code>AppliedFix</code> more efficient</li>
<li><a href="https://github.com/google/error-prone/commit/fe05664a53c8a3db8198a320771b6aed8152f479"><code>fe05664</code></a> Remove some more redundant null checks.</li>
<li>See full diff in <a href="https://github.com/google/error-prone/compare/v2.12.0...v2.12.1">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.12.0&new-version=2.12.1)](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 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>

Fixes google#969

COPYBARA_INTEGRATE_REVIEW=google#969 from google:dependabot/maven/com.google.errorprone-error_prone_annotations-2.12.1 c8bd066
PiperOrigin-RevId: 439855854
  • Loading branch information
dependabot[bot] authored and Google Java Core Libraries committed Apr 6, 2022
1 parent 549545a commit 7546fb8
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 @@ -120,7 +120,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.12.0</version>
<version>2.12.1</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down

0 comments on commit 7546fb8

Please sign in to comment.