Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider requiring JDK 11 or newer #2730

Closed
cushon opened this issue Dec 4, 2021 · 0 comments
Closed

Consider requiring JDK 11 or newer #2730

cushon opened this issue Dec 4, 2021 · 0 comments

Comments

@cushon
Copy link
Collaborator

cushon commented Dec 4, 2021

Following in the footsteps of e.g. Bazel (c406da09d8bf29b2c8739a579008044626d3ec4f) and google-java-format (20e38aa2442c9e1557320f45926e17c621eeadf1), it might be time to raise the minimum supported JDK version for Error Prone to JDK 11.

copybara-service bot pushed a commit that referenced this issue Dec 8, 2021
remove JDK 8 from external CI, and add a use of a JDK 11 API
(Optional.isEmpty) to confirm.

#2730

PiperOrigin-RevId: 415040230
copybara-service bot pushed a commit that referenced this issue Dec 8, 2021
remove JDK 8 from external CI, and add a use of a JDK 11 API
(Optional.isEmpty) to confirm.

#2730

PiperOrigin-RevId: 415040230
copybara-service bot pushed a commit that referenced this issue Dec 9, 2021
remove JDK 8 from external CI, and add a use of a JDK 11 API
(Optional.isEmpty) to confirm.

#2730

PiperOrigin-RevId: 415040230
copybara-service bot pushed a commit that referenced this issue Dec 9, 2021
remove JDK 8 from external CI, and add a use of a JDK 11 API
(Optional.isEmpty) to confirm.

#2730

PiperOrigin-RevId: 415040230
copybara-service bot pushed a commit that referenced this issue Dec 9, 2021
remove JDK 8 from external CI, and add a use of a JDK 11 API
(Optional.isEmpty) to confirm.

#2730

PiperOrigin-RevId: 415136226
@cushon cushon closed this as completed Dec 10, 2021
gcf-merge-on-green bot pushed a commit to googleapis/java-dns that referenced this issue Jan 25, 2022
… to v2.11.0 (#593)

[![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 ([google/error-prone#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-dns).
gcf-merge-on-green bot pushed a commit to googleapis/java-pubsublite that referenced this issue Jan 25, 2022
… to v2.11.0 (#1032)

[![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 ([google/error-prone#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-pubsublite).
gcf-merge-on-green bot pushed a commit to googleapis/api-common-java that referenced this issue Jan 25, 2022
… to v2.11.0 (#331)

[![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)

Error Prone now requires JDK 11 or newer ([google/error-prone#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/api-common-java).
gcf-merge-on-green bot pushed a commit to googleapis/java-resourcemanager that referenced this issue Jan 25, 2022
… to v2.11.0 (#704)

[![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 ([google/error-prone#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-resourcemanager).
gcf-merge-on-green bot pushed a commit to googleapis/java-speech that referenced this issue Jan 25, 2022
… to v2.11.0 (#782)

[![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 ([google/error-prone#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-speech).
gcf-merge-on-green bot pushed a commit to googleapis/java-core that referenced this issue Jan 25, 2022
… to v2.11.0 (#687)

[![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 ([google/error-prone#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-core).
gcf-merge-on-green bot pushed a commit to googleapis/java-pubsublite that referenced this issue Jan 25, 2022
…11.0 (#1033)

[![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_core](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_core/2.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_core/2.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_core/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_core/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 ([google/error-prone#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-pubsublite).
gcf-merge-on-green bot pushed a commit to googleapis/java-bigtable-hbase that referenced this issue Jan 26, 2022
… to v2.11.0 (#3477)

[![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 ([google/error-prone#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-bigtable-hbase).
gcf-merge-on-green bot pushed a commit to googleapis/java-pubsub that referenced this issue Feb 2, 2022
… to v2.11.0 (#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 ([google/error-prone#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 issue 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 ([google/error-prone#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).
gcf-merge-on-green bot pushed a commit to googleapis/java-datastore that referenced this issue Mar 10, 2022
…11.0 (#673)

[![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_core](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_core/2.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_core/2.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_core/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_core/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 ([google/error-prone#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-datastore).
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this issue Jun 29, 2022
… to v2.11.0 (googleapis#704)

[![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 ([google/error-prone#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: [#&googleapis#8203;2641](https://togithub.com/google/error-prone/issues/2641), [#&googleapis#8203;2705](https://togithub.com/google/error-prone/issues/2705), [#&googleapis#8203;2776](https://togithub.com/google/error-prone/issues/2776), [#&googleapis#8203;2798](https://togithub.com/google/error-prone/issues/2798), [#&googleapis#8203;2799](https://togithub.com/google/error-prone/issues/2799), [#&googleapis#8203;2819](https://togithub.com/google/error-prone/issues/2819), [#&googleapis#8203;2820](https://togithub.com/google/error-prone/issues/2820), [#&googleapis#8203;2831](https://togithub.com/google/error-prone/issues/2831), [#&googleapis#8203;2833](https://togithub.com/google/error-prone/issues/2833), [#&googleapis#8203;2834](https://togithub.com/google/error-prone/issues/2834), [#&googleapis#8203;2835](https://togithub.com/google/error-prone/issues/2835), [#&googleapis#8203;2861](https://togithub.com/google/error-prone/issues/2861), [#&googleapis#8203;2873](https://togithub.com/google/error-prone/issues/2873), [#&googleapis#8203;2889](https://togithub.com/google/error-prone/issues/2889), [#&googleapis#8203;2892](https://togithub.com/google/error-prone/issues/2892), [#&googleapis#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-resourcemanager).
suztomo pushed a commit to googleapis/sdk-platform-java that referenced this issue Dec 16, 2022
… to v2.11.0 (#331)

[![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)

Error Prone now requires JDK 11 or newer ([google/error-prone#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/api-common-java).
suztomo pushed a commit to googleapis/sdk-platform-java that referenced this issue Mar 21, 2023
… to v2.11.0 (#687)

[![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 ([google/error-prone#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-core).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant