Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
google/error-prone (com.google.errorprone:error_prone_annotations)
### [`v2.21.1`](https://togithub.com/google/error-prone/releases/tag/v2.21.1): Error Prone 2.21.1
Changes:
- Handle overlapping ranges in suppressedRegions (fixes [#4040](https://togithub.com/google/error-prone/issues/4040))
- Add [` AddressSelection `](https://errorprone.info/bugpattern/AddressSelection) to discourage APIs that convert a hostname to a single address
Full Changelog: https://github.com/google/error-prone/compare/v2.21.0...v2.21.1
### [`v2.21.0`](https://togithub.com/google/error-prone/releases/tag/v2.21.0): Error Prone 2.21.0
New Checkers:
- [`AttemptedNegativeZero`](https://errorprone.info/bugpattern/AttemptedNegativeZero): Prevents accidental use of `-0`, which is the same as `0`. The floating-point negative zero is `-0.0`.
- [`ICCProfileGetInstance`](https://errorprone.info/bugpattern/ICCProfileGetInstance): Warns on uses of `ICC_Profile.getInstance(String)`, due to [JDK-8191622](https://bugs.openjdk.org/browse/JDK-8191622).
- [`MutableGuiceModule`](https://errorprone.info/bugpattern/MutableGuiceModule): Fields in Guice modules should be `final`.
- [`NullableOptional`](https://errorprone.info/bugpattern/NullableOptional): Discourages `@Nullable`-annotated `Optional`s.
- [`OverridingMethodInconsistentArgumentNamesChecker`](https://errorprone.info/bugpattern/OverridingMethodInconsistentArgumentNamesChecker): Arguments of overriding method are inconsistent with overridden method.
Fixed issues: [#3976](https://togithub.com/google/error-prone/issues/3976), [#3986](https://togithub.com/google/error-prone/issues/3986), [#4001](https://togithub.com/google/error-prone/issues/4001), [#4002](https://togithub.com/google/error-prone/issues/4002), [#4026](https://togithub.com/google/error-prone/issues/4026), [#4027](https://togithub.com/google/error-prone/issues/4027)
Full Changelog: https://github.com/google/error-prone/compare/v2.20.0...v2.21.0
Configuration
📅 Schedule: Branch creation - "after 5pm on the 2nd day of the month" (UTC), 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 these updates again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
2.20.0
->2.21.1
2.20.0
->2.21.1
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
google/error-prone (com.google.errorprone:error_prone_annotations)
### [`v2.21.1`](https://togithub.com/google/error-prone/releases/tag/v2.21.1): Error Prone 2.21.1 Changes: - Handle overlapping ranges in suppressedRegions (fixes [#4040](https://togithub.com/google/error-prone/issues/4040)) - Add [` AddressSelection `](https://errorprone.info/bugpattern/AddressSelection) to discourage APIs that convert a hostname to a single address Full Changelog: https://github.com/google/error-prone/compare/v2.21.0...v2.21.1 ### [`v2.21.0`](https://togithub.com/google/error-prone/releases/tag/v2.21.0): Error Prone 2.21.0 New Checkers: - [`AttemptedNegativeZero`](https://errorprone.info/bugpattern/AttemptedNegativeZero): Prevents accidental use of `-0`, which is the same as `0`. The floating-point negative zero is `-0.0`. - [`ICCProfileGetInstance`](https://errorprone.info/bugpattern/ICCProfileGetInstance): Warns on uses of `ICC_Profile.getInstance(String)`, due to [JDK-8191622](https://bugs.openjdk.org/browse/JDK-8191622). - [`MutableGuiceModule`](https://errorprone.info/bugpattern/MutableGuiceModule): Fields in Guice modules should be `final`. - [`NullableOptional`](https://errorprone.info/bugpattern/NullableOptional): Discourages `@Nullable`-annotated `Optional`s. - [`OverridingMethodInconsistentArgumentNamesChecker`](https://errorprone.info/bugpattern/OverridingMethodInconsistentArgumentNamesChecker): Arguments of overriding method are inconsistent with overridden method. Fixed issues: [#3976](https://togithub.com/google/error-prone/issues/3976), [#3986](https://togithub.com/google/error-prone/issues/3986), [#4001](https://togithub.com/google/error-prone/issues/4001), [#4002](https://togithub.com/google/error-prone/issues/4002), [#4026](https://togithub.com/google/error-prone/issues/4026), [#4027](https://togithub.com/google/error-prone/issues/4027) Full Changelog: https://github.com/google/error-prone/compare/v2.20.0...v2.21.0Configuration
📅 Schedule: Branch creation - "after 5pm on the 2nd day of the month" (UTC), 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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.