Skip to content

Commit c9a35b9

Browse files
authored
fix(deps): update dependency com.google.errorprone:error_prone_annotations to v2.17.0 (#1202)
[![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.16` -> `2.17.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.17.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.17.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.17.0/compatibility-slim/2.16)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.17.0/confidence-slim/2.16)](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.17.0`](https://togithub.com/google/error-prone/releases/tag/v2.17.0): Error Prone 2.17.0 New Checkers: - [`AvoidObjectArrays`](https://errorprone.info/bugpattern/AvoidObjectArrays) - [`Finalize`](https://errorprone.info/bugpattern/Finalize) - [`IgnoredPureGetter`](https://errorprone.info/bugpattern/IgnoredPureGetter) - [`ImpossibleNullComparison`](https://errorprone.info/bugpattern/ProtoFieldNullComparison) - [`MathAbsoluteNegative`](https://errorprone.info/bugpattern/MathAbsoluteNegative) - [`NewFileSystem`](https://errorprone.info/bugpattern/NewFileSystem) - [`StatementSwitchToExpressionSwitch`](https://errorprone.info/bugpattern/StatementSwitchToExpressionSwitch) - [`UnqualifiedYield`](https://errorprone.info/bugpattern/UnqualifiedYield) Fixed issues: [#&#8203;2321](https://togithub.com/google/error-prone/issues/2321), [#&#8203;3144](https://togithub.com/google/error-prone/issues/3144), [#&#8203;3297](https://togithub.com/google/error-prone/issues/3297), [#&#8203;3428](https://togithub.com/google/error-prone/issues/3428), [#&#8203;3437](https://togithub.com/google/error-prone/issues/3437), [#&#8203;3462](https://togithub.com/google/error-prone/issues/3462), [#&#8203;3482](https://togithub.com/google/error-prone/issues/3482), [#&#8203;3494](https://togithub.com/google/error-prone/issues/3494) **Full Changelog**: https://togithub.com/google/error-prone/compare/v2.16...v2.17.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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
1 parent cc2b9bb commit c9a35b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api-common-java/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ext {
4646
auto_value_annotations: 'com.google.auto.value:auto-value-annotations:1.10.1',
4747
guava: 'com.google.guava:guava:31.1-jre',
4848
jsr305: 'com.google.code.findbugs:jsr305:3.0.2',
49-
error_prone_annotations: 'com.google.errorprone:error_prone_annotations:2.16',
49+
error_prone_annotations: 'com.google.errorprone:error_prone_annotations:2.17.0',
5050

5151
// Testing
5252
junit: 'junit:junit:4.13.2',

api-common-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>com.google.errorprone</groupId>
7777
<artifactId>error_prone_annotations</artifactId>
78-
<version>2.16</version>
78+
<version>2.17.0</version>
7979
<scope>compile</scope>
8080
</dependency>
8181

gapic-generator-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
<dependency>
428428
<groupId>com.google.errorprone</groupId>
429429
<artifactId>error_prone_annotations</artifactId>
430-
<version>2.16</version>
430+
<version>2.17.0</version>
431431
</dependency>
432432

433433
<!--

0 commit comments

Comments
 (0)