Skip to content

Conversation

@renovate-bot
Copy link
Contributor

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.errorprone:error_prone_annotations (source) 2.10.0 -> 2.11.0 age adoption passing confidence

Release Notes

google/error-prone

v2.11.0

Compare Source

Error Prone now requires JDK 11 or newer (https://github.com/google/error-prone/issues/2730).

New checks

Fixed issues: #​2641, #​2705, #​2776, #​2798, #​2799, #​2819, #​2820, #​2831, #​2833, #​2834, #​2835, #​2861, #​2873, #​2889, #​2892, #​2901

Full Changelog: google/error-prone@v2.10.0...v2.11.0


Configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested review from a team as code owners January 25, 2022 19:39
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jan 25, 2022
@product-auto-label product-auto-label bot added the api: pubsub Issues related to the googleapis/java-pubsub API. label Jan 25, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 25, 2022
@lesv lesv added the automerge Merge the pull request once unit tests and other checks pass. label Jan 25, 2022
@gcf-merge-on-green
Copy link

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jan 26, 2022
@meltsufin meltsufin added automerge Merge the pull request once unit tests and other checks pass. kokoro:force-run Add this label to force Kokoro to re-run the tests. and removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Feb 2, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 2, 2022
@gcf-merge-on-green gcf-merge-on-green bot merged commit abcbb32 into googleapis:main Feb 2, 2022
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Feb 2, 2022
@renovate-bot renovate-bot deleted the renovate/com.google.errorprone-error_prone_annotations-2.x branch February 2, 2022 05:05
gcf-merge-on-green bot pushed a commit that referenced this pull request Feb 3, 2022
🤖 I have created a release *beep* *boop*
---


### [1.115.2](v1.115.1...v1.115.2) (2022-02-03)


### Dependencies

* **java:** update actions/github-script action to v5 ([#1339](#1339)) ([#984](#984)) ([9a1cc0e](9a1cc0e))
* update dependency com.google.cloud:google-cloud-core to v2.4.0 ([#986](#986)) ([8cdf7a0](8cdf7a0))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.7.0 ([#988](#988)) ([8993760](8993760))
* update dependency com.google.errorprone:error_prone_annotations to v2.11.0 ([#983](#983)) ([abcbb32](abcbb32))
* update dependency com.google.protobuf:protobuf-java-util to v3.19.3 ([#973](#973)) ([13a9f96](13a9f96))
* update dependency com.google.protobuf:protobuf-java-util to v3.19.4 ([#987](#987)) ([ff71dc7](ff71dc7))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
rajanya-google pushed a commit to rajanya-google/java-pubsub that referenced this pull request Feb 16, 2022
… to v2.11.0 (googleapis#983)

[![WhiteSource 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.10.0` -> `2.11.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.11.0/compatibility-slim/2.10.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.11.0/confidence-slim/2.10.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v2.11.0`](https://togithub.com/google/error-prone/releases/v2.11.0)

[Compare Source](https://togithub.com/google/error-prone/compare/v2.10.0...v2.11.0)

Error Prone now requires JDK 11 or newer ([https://github.com/google/error-prone/issues/2730](https://togithub.com/google/error-prone/issues/2730)).

New checks

-   [`AutoValueBuilderDefaultsInConstructor`](http://errorprone.info/bugpattern/AutoValueBuilderDefaultsInConstructor)
-   [`FloggerLogString`](http://errorprone.info/bugpattern/FloggerLogString)
-   [`UnicodeDirectionalityCharacters`](http://errorprone.info/bugpattern/UnicodeDirectionalityCharacters)
-   [`UnicodeInCode`](http://errorprone.info/bugpattern/UnicodeInCode)
-   [`AlreadyChecked`](http://errorprone.info/bugpattern/AlreadyChecked)
-   [`BugPatternNaming`](http://errorprone.info/bugpattern/BugPatternNaming)
-   [`MissingImplementsComparable`](http://errorprone.info/bugpattern/MissingImplementsComparable)
-   [`NegativeCharLiteral`](http://errorprone.info/bugpattern/NegativeCharLiteral)
-   [`PreferredInterfaceType`](http://errorprone.info/bugpattern/PreferredInterfaceType)
-   [`StronglyTypeByteString`](http://errorprone.info/bugpattern/StronglyTypeByteString)
-   [`UsingJsr305CheckReturnValue`](http://errorprone.info/bugpattern/UsingJsr305CheckReturnValue)

Fixed issues: [#&#8203;2641](https://togithub.com/google/error-prone/issues/2641), [#&#8203;2705](https://togithub.com/google/error-prone/issues/2705), [#&#8203;2776](https://togithub.com/google/error-prone/issues/2776), [#&#8203;2798](https://togithub.com/google/error-prone/issues/2798), [#&#8203;2799](https://togithub.com/google/error-prone/issues/2799), [#&#8203;2819](https://togithub.com/google/error-prone/issues/2819), [#&#8203;2820](https://togithub.com/google/error-prone/issues/2820), [#&#8203;2831](https://togithub.com/google/error-prone/issues/2831), [#&#8203;2833](https://togithub.com/google/error-prone/issues/2833), [#&#8203;2834](https://togithub.com/google/error-prone/issues/2834), [#&#8203;2835](https://togithub.com/google/error-prone/issues/2835), [#&#8203;2861](https://togithub.com/google/error-prone/issues/2861), [#&#8203;2873](https://togithub.com/google/error-prone/issues/2873), [#&#8203;2889](https://togithub.com/google/error-prone/issues/2889), [#&#8203;2892](https://togithub.com/google/error-prone/issues/2892), [#&#8203;2901](https://togithub.com/google/error-prone/issues/2901)

**Full Changelog**: google/error-prone@v2.10.0...v2.11.0

</details>

---

### Configuration

📅 **Schedule**: 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, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-pubsub).
rajanya-google pushed a commit to rajanya-google/java-pubsub that referenced this pull request Feb 16, 2022
🤖 I have created a release *beep* *boop*
---


### [1.115.2](googleapis/java-pubsub@v1.115.1...v1.115.2) (2022-02-03)


### Dependencies

* **java:** update actions/github-script action to v5 ([googleapis#1339](googleapis#1339)) ([googleapis#984](googleapis#984)) ([9a1cc0e](googleapis@9a1cc0e))
* update dependency com.google.cloud:google-cloud-core to v2.4.0 ([googleapis#986](googleapis#986)) ([8cdf7a0](googleapis@8cdf7a0))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.7.0 ([googleapis#988](googleapis#988)) ([8993760](googleapis@8993760))
* update dependency com.google.errorprone:error_prone_annotations to v2.11.0 ([googleapis#983](googleapis#983)) ([abcbb32](googleapis@abcbb32))
* update dependency com.google.protobuf:protobuf-java-util to v3.19.3 ([googleapis#973](googleapis#973)) ([13a9f96](googleapis@13a9f96))
* update dependency com.google.protobuf:protobuf-java-util to v3.19.4 ([googleapis#987](googleapis#987)) ([ff71dc7](googleapis@ff71dc7))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: pubsub Issues related to the googleapis/java-pubsub API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants