commit | 7546fb8be836be1dc557501db7ab3b9afad1d80e | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Apr 06 09:09:24 2022 -0700 |
committer | Google Java Core Libraries <java-libraries-firehose+copybara@google.com> | Wed Apr 06 09:09:59 2022 -0700 |
tree | 9816ff6f5d1e024ac23af50643238b60cafb7ad3 | |
parent | 549545a832aecb919cfb526e12807fd51ea8671f [diff] |
Bump error_prone_annotations from 2.12.0 to 2.12.1 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 /> [](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 #969 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/truth/pull/969 from google:dependabot/maven/com.google.errorprone-error_prone_annotations-2.12.1 c8bd066dd529897d02634e6ae6587c6d73eddd1c PiperOrigin-RevId: 439855854
Truth makes your test assertions and failure messages more readable. Similar to AssertJ, it natively supports many JDK and Guava types, and it is extensible to others.
Truth is owned and maintained by the Guava team. It is used in the majority of the tests in Google’s own codebase.
Read more at the main website.