Commit 4a3c3c2
Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) and [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf).
Updates `com.google.errorprone:error_prone_annotations` from 2.47.0 to 2.48.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.48.0</h2>
<p>Changes:</p>
<ul>
<li>Added support for passing flags with command-line argument files (<code>@</code>-files) (<a href="https://github.com/google/error-prone/commit/8e84edf1beedc99ff2cff3c21a7adec578ad053e">https://github.com/google/error-prone/commit/8e84edf1beedc99ff2cff3c21a7adec578ad053e</a>)</li>
</ul>
<p>New checks:</p>
<ul>
<li><a href="https://errorprone.info/bugpattern/AvoidValueSetter"><code>AvoidValueSetter</code></a></li>
<li><a href="https://errorprone.info/bugpattern/UnnecessarySemicolon"><code>UnnecessarySemicolon</code></a></li>
</ul>
<p>Closed issues: <a href="https://redirect.github.com/google/error-prone/issues/5529">#5529</a>, <a href="https://redirect.github.com/google/error-prone/issues/5537">#5537</a>, <a href="https://redirect.github.com/google/error-prone/issues/5522">#5522</a>, <a href="https://redirect.github.com/google/error-prone/issues/5521">#5521</a></p>
<p>Full changelog: <a href="https://github.com/google/error-prone/compare/v2.47.0...v2.48.0">https://github.com/google/error-prone/compare/v2.47.0...v2.48.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/google/error-prone/commit/7cec0a04b56cd79e72461ad771e532f503f0b407"><code>7cec0a0</code></a> Release Error Prone 2.48.0</li>
<li><a href="https://github.com/google/error-prone/commit/01c603a9fce06f87f0868f460a4aed0afd1ceef0"><code>01c603a</code></a> Extend MissingTestCall to check for member references.</li>
<li><a href="https://github.com/google/error-prone/commit/3d817b040d3fd4e144e4468b0d58811d43b11875"><code>3d817b0</code></a> Handle <code>var</code> in <code>UnnecessaryBoxedVariable</code></li>
<li><a href="https://github.com/google/error-prone/commit/ad26f3ea6b15f89852ef2e9ff86ddcc794763a28"><code>ad26f3e</code></a> Add <code>ConcurrentHashMap.keys()</code> and <code>ConcurrentHashMap.elements()</code> to `JdkObso...</li>
<li><a href="https://github.com/google/error-prone/commit/7926dbce13ea1912608adac4ddd41373fa48dee6"><code>7926dbc</code></a> Fix MustBeClosedChecker crash on flexible constructors.</li>
<li><a href="https://github.com/google/error-prone/commit/d08f0032a0dbd8cd25224c4f0bc7e249c72b9448"><code>d08f003</code></a> Check for jakarta annotations in DI checks</li>
<li><a href="https://github.com/google/error-prone/commit/171448c117547536b81eb25286cc16b91120fb0b"><code>171448c</code></a> Add android internal GuardedBy to ACCEPTED_GUARDED_BY_ANNOTATIONS</li>
<li><a href="https://github.com/google/error-prone/commit/5cb6075c268bb0e2039c511af5e13b6d2199435e"><code>5cb6075</code></a> Remove the <code>MissingTestCall:MatchGraphVerify</code> flag.</li>
<li><a href="https://github.com/google/error-prone/commit/ab81681a2df310ef06c31f6030106d110f64f3c7"><code>ab81681</code></a> Improve crash messages for fixes that don't apply</li>
<li><a href="https://github.com/google/error-prone/commit/fe9bb21938df42f94c5c39351feee48f319adadd"><code>fe9bb21</code></a> Add a test to confirm that TimeUnitMismatch catches `seconds * 1000 + nanos /...</li>
<li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.47.0...v2.48.0">compare view</a></li>
</ul>
</details>
<br />
Updates `com.google.protobuf:protobuf-java` from 4.33.5 to 4.34.0
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/protocolbuffers/protobuf/commits">compare view</a></li>
</ul>
</details>
<br />
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 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 #1634
COPYBARA_INTEGRATE_REVIEW=#1634 from google:dependabot/maven/dependencies-65d76e7564 d8338c7
PiperOrigin-RevId: 8774133921 parent f430a3b commit 4a3c3c2
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments