Skip to content

Commit

Permalink
fix(deps): update dependency com.google.errorprone:error_prone_annota…
Browse files Browse the repository at this point in the history
…tions to v2.18.0 (#1231)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.errorprone:error_prone_annotations](https://errorprone.info) ([source](https://togithub.com/google/error-prone)) | `2.17.0` -> `2.18.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.18.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.18.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.18.0/compatibility-slim/2.17.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.18.0/confidence-slim/2.17.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>google/error-prone</summary>

### [`v2.18.0`](https://togithub.com/google/error-prone/releases/tag/v2.18.0): Error Prone 2.18.0

New Checkers:

-   [`InjectOnBugCheckers`](https://errorprone.info/bugpattern/InjectOnBugCheckers)
-   [`LabelledBreakTarget`](https://errorprone.info/bugpattern/LabelledBreakTarget)
-   [`UnusedLabel`](https://errorprone.info/bugpattern/UnusedLabel)
-   [`YodaCondition`](https://errorprone.info/bugpattern/YodaCondition)

Fixes issues: [#&#8203;1650](https://togithub.com/google/error-prone/issues/1650), [#&#8203;2706](https://togithub.com/google/error-prone/issues/2706), [#&#8203;3404](https://togithub.com/google/error-prone/issues/3404), [#&#8203;3493](https://togithub.com/google/error-prone/issues/3493), [#&#8203;3504](https://togithub.com/google/error-prone/issues/3504), [#&#8203;3519](https://togithub.com/google/error-prone/issues/3519), [#&#8203;3579](https://togithub.com/google/error-prone/issues/3579), [#&#8203;3610](https://togithub.com/google/error-prone/issues/3610), [#&#8203;3632](https://togithub.com/google/error-prone/issues/3632), [#&#8203;3638](https://togithub.com/google/error-prone/issues/3638), [#&#8203;3645](https://togithub.com/google/error-prone/issues/3645), [#&#8203;3646](https://togithub.com/google/error-prone/issues/3646), [#&#8203;3652](https://togithub.com/google/error-prone/issues/3652), [#&#8203;3690](https://togithub.com/google/error-prone/issues/3690)

**Full Changelog**: https://togithub.com/google/error-prone/compare/v2.17.0...v2.18.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gapic-generator-java).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuOTcuNiJ9-->
  • Loading branch information
renovate-bot committed Jan 18, 2023
1 parent 5a3aed2 commit 746cc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-common-java/build.gradle
Expand Up @@ -46,7 +46,7 @@ ext {
auto_value_annotations: 'com.google.auto.value:auto-value-annotations:1.10.1',
guava: 'com.google.guava:guava:31.1-jre',
jsr305: 'com.google.code.findbugs:jsr305:3.0.2',
error_prone_annotations: 'com.google.errorprone:error_prone_annotations:2.17.0',
error_prone_annotations: 'com.google.errorprone:error_prone_annotations:2.18.0',

// Testing
junit: 'junit:junit:4.13.2',
Expand Down

0 comments on commit 746cc9d

Please sign in to comment.