| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [com.google.errorprone:error_prone_core](https://errorprone.info) ([source](https://github.com/google/error-prone)) | | minor | `2.25.0` -> `2.26.1` |
| [com.google.errorprone:error_prone_annotations](https://errorprone.info) ([source](https://github.com/google/error-prone)) | compile | minor | `2.25.0` -> `2.26.1` |
---
### Release Notes
<details>
<summary>google/error-prone</summary>
### [`v2.26.1`](https://github.com/google/error-prone/releases/tag/v2.26.1): Error Prone 2.26.1
[Compare Source](https://github.com/google/error-prone/compare/v2.26.0...v2.26.1)
Changes:
- Fix the module name of the annotations artifact: `com.google.errorprone.annotations` (https://github.com/google/error-prone/commit/9d99ee76f2ca8568b69150f5df7fe845c8545d16)
Full Changelog: https://github.com/google/error-prone/compare/v2.26.0...v2.26.1
### [`v2.26.0`](https://github.com/google/error-prone/releases/tag/v2.26.0): Error Prone 2.26.0
[Compare Source](https://github.com/google/error-prone/compare/v2.25.0...v2.26.0)
Changes:
- The 'annotations' artifact now includes a `module-info.java` for Java Platform Module System support, thanks to [@​sgammon](https://github.com/sgammon) in [#​4311](https://github.com/google/error-prone/issues/4311).
- Disabled checks passed to `-XepPatchChecks` are now ignored, instead of causing a crash. Thanks to [@​oxkitsune](https://github.com/oxkitsune) in [#​4028](https://github.com/google/error-prone/issues/4028).
New checks:
- [`SystemConsoleNull`](https://errorprone.info/bugpattern/SystemConsoleNull): Null-checking `System.console()` is not a reliable way to detect if the console is connected to a terminal.
- [`EnumOrdinal`](https://errorprone.info/bugpattern/EnumOrdinal): Discourage uses of `Enum.ordinal()`
Closed issues: [#​2649](https://github.com/google/error-prone/issues/2649), [#​3908](https://github.com/google/error-prone/issues/3908), [#​4028](https://github.com/google/error-prone/issues/4028), [#​4311](https://github.com/google/error-prone/issues/4311), [#​4314](https://github.com/google/error-prone/issues/4314)
Full Changelog: https://github.com/google/error-prone/compare/v2.25.0...v2.26.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
â™» **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this MR and you won't be reminded about these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box
---
This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9-->
|
|/ |
|
| |
|
| |
|
|
|
|
| |
Change-Id: I1edb66339290f02bf147582f9541b7fd2f3533ce
|
|
|
|
|
|
|
|
|
| |
The way flatten-maven-plugin is configured, optional dependencies are
omitted, but provided dependencies are included in the final POM.
Since they are not needed at runtime, it makes sense to omit them by
marking them as optional. This causes fewer security alerts.
Change-Id: I8f39c0066331c067186b9fa016bf60477653a48c
|
|
|
|
| |
Change-Id: Ie61b7c7ee7e8124eeaa62372067e3234011a76f3
|
|
|
|
| |
Change-Id: I8e9baefaaecf57a5fef7e6cde65847a6cbd83a07
|
|
|
|
| |
Change-Id: Icad477b34d074164ffdd162afd91f4abf627b979
|
|
|
|
| |
Change-Id: I3b318269c4c85b581d6639fe5ec6a14bf2604ad4
|
|
|
|
| |
Change-Id: I63bc83ade4d99856a0317104efbe1d4420c361bd
|
|
|
|
| |
Change-Id: I977a3a36ae5dec7e5a2847b2d0558dd7026184b1
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Parsson 1.1.0 has reported security vulnerabilities, so pinning it to
a newer version is useful. In addition, pulling it in explicitly
enables Renovate Bot and similar tooling to control the version of
Parsson that we pull in in the future.
Change-Id: I0c79f389facce280b733ae422f4b24bfe1e1b117
|
| |
|
|
|
|
| |
Change-Id: If39a7584320647b7f0fb2b16c95853bf165a5a4f
|
|
|
|
| |
Change-Id: I3676b1e0c0e2ad0eaad2ea8c48a452209d73739e
|
|
|
|
| |
Change-Id: I79c3978ae376992e70aae575dc2e12c532aba446
|
|
|
|
| |
Change-Id: Ia96c370f564cab9802c94a9d6fad77590dcac2a5
|
|
|
|
| |
Change-Id: Id80213366bfddcaa10cf88af70cb07c15e62d34f
|