-
Notifications
You must be signed in to change notification settings - Fork 283
Commit 652fc9d
Bump com.google.errorprone:error_prone_core from 2.38.0 to 2.39.0 in the dependencies group
Bumps the dependencies group with 1 update: [com.google.errorprone:error_prone_core](https://github.com/google/error-prone).
Updates `com.google.errorprone:error_prone_core` from 2.38.0 to 2.39.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.39.0</h2>
<p>Changes:</p>
<ul>
<li>Temporarily downgrade to Guava 33.4.0 (<a href="https://redirect.github.com/google/error-prone/issues/5108">#5108</a>)</li>
</ul>
<p>Checks:</p>
<ul>
<li><a href="https://errorprone.info/bugpattern/BooleanLiteral"><code>BooleanLiteral</code></a>: Prefer <code>true</code> to <code>Boolean.TRUE</code></li>
<li><a href="https://errorprone.info/bugpattern/ExpensiveLenientFormatString"><code>ExpensiveLenientFormatString</code></a>: Renamed from <code>PreconditionsExpensiveString</code>, detects unnecessary calls to <code>String.format</code> in the arguments of lenient formatting methods.</li>
<li><a href="https://errorprone.info/bugpattern/UnnecessaryQualifier"><code>UnnecessaryQualifier</code></a>: Detects <code>@qualifier</code> or <code>@BindingAnnotation</code> annotations that have no effect, and can be removed</li>
</ul>
<p>Issues: <a href="https://redirect.github.com/google/error-prone/issues/4996">#4996</a>, <a href="https://redirect.github.com/google/error-prone/issues/5045">#5045</a></p>
<p>Full changelog: <a href="https://github.com/google/error-prone/compare/v2.38.0...v2.39.0">https://github.com/google/error-prone/compare/v2.38.0...v2.39.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/google/error-prone/commit/7bfe453a2ec755d3b19ab341b3f0e2e37cfb4bfd"><code>7bfe453</code></a> Release Error Prone 2.39.0</li>
<li><a href="https://github.com/google/error-prone/commit/0d2f69c9587f57b83f6e9cfd40a6e3e9db2b938a"><code>0d2f69c</code></a> Downgrade Error Prone's Guava version to 33.4.0</li>
<li><a href="https://github.com/google/error-prone/commit/1ec2bbe33829c8aababb647ce10b3a6f1498deac"><code>1ec2bbe</code></a> Fix typos in OperatorPrecedence.md</li>
<li><a href="https://github.com/google/error-prone/commit/150417a3d52794649b1fe1289a358a1a97771f20"><code>150417a</code></a> Fix a crash when finding the enclosing method (for a second time).</li>
<li><a href="https://github.com/google/error-prone/commit/bbb9e1511488dad1e95051fde3ce27cbfbccaf93"><code>bbb9e15</code></a> Disallow StackWalker in AndroidApiChecker</li>
<li><a href="https://github.com/google/error-prone/commit/576bfb1da743171e068e5d1f9b05386ddebbdd68"><code>576bfb1</code></a> Update Error Prone's Guava version</li>
<li><a href="https://github.com/google/error-prone/commit/ca2e11db39a9d4c936dd043b52e4016a96eff720"><code>ca2e11d</code></a> Fix some crashes in warning-level checks</li>
<li><a href="https://github.com/google/error-prone/commit/a9eab6084e0b504e6fff07a0faa4cbd1e6df5d8f"><code>a9eab60</code></a> Add some suggestions for Future in UndefinedEquals.md (the actual logic was a...</li>
<li><a href="https://github.com/google/error-prone/commit/51907a0419dc1c2ef4ed28f595f9a2f1c212878d"><code>51907a0</code></a> Remove the "improved heuristic" flag from JUnit4TestNotRun.</li>
<li><a href="https://github.com/google/error-prone/commit/1a53d5151c36bb4e6b907af4eee02d3f87809264"><code>1a53d51</code></a> Handle changes to EndPosTable</li>
<li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.38.0...v2.39.0">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 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 #417
COPYBARA_INTEGRATE_REVIEW=#417 from google:dependabot/maven/dependencies-9721f62669 b85a706
PiperOrigin-RevId: 7775773371 parent 7c6a430 commit 652fc9dCopy full SHA for 652fc9d
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedCollapse file: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 |
| - | |
| 101 | + | |
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
|
0 commit comments