Commit 98c09fb
Update dependency com.google.errorprone:error_prone_core to v2.39.0 (#1435)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.errorprone:error_prone_core](https://errorprone.info)
([source](https://redirect.github.com/google/error-prone)) | `2.38.0` ->
`2.39.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>google/error-prone
(com.google.errorprone:error_prone_core)</summary>
###
[`v2.39.0`](https://redirect.github.com/google/error-prone/releases/tag/v2.39.0):
Error Prone 2.39.0
Changes:
- Temporarily downgrade to Guava 33.4.0
([#​5108](https://redirect.github.com/google/error-prone/issues/5108))
Checks:
- [`BooleanLiteral`](https://errorprone.info/bugpattern/BooleanLiteral):
Prefer `true` to `Boolean.TRUE`
-
[`ExpensiveLenientFormatString`](https://errorprone.info/bugpattern/ExpensiveLenientFormatString):
Renamed from `PreconditionsExpensiveString`, detects unnecessary calls
to `String.format` in the arguments of lenient formatting methods.
-
[`UnnecessaryQualifier`](https://errorprone.info/bugpattern/UnnecessaryQualifier):
Detects `@Qualifier` or `@BindingAnnotation` annotations that have no
effect, and can be removed
Issues:
[#​4996](https://redirect.github.com/google/error-prone/issues/4996),
[#​5045](https://redirect.github.com/google/error-prone/issues/5045)
Full changelog:
google/error-prone@v2.38.0...v2.39.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/prometheus/client_java).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
---------
Signed-off-by: Gregor Zeitlinger <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gregor Zeitlinger <[email protected]>1 parent b13854d commit 98c09fb
File tree
2 files changed
+3
-6
lines changed- prometheus-metrics-core/src/main/java/io/prometheus/metrics/core/metrics
2 files changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
321 | | - | |
| 321 | + | |
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| |||
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | 3 | | |
7 | 4 | | |
8 | 5 | | |
| |||
204 | 201 | | |
205 | 202 | | |
206 | 203 | | |
207 | | - | |
| 204 | + | |
208 | 205 | | |
209 | 206 | | |
210 | 207 | | |
211 | 208 | | |
212 | 209 | | |
213 | | - | |
| 210 | + | |
214 | 211 | | |
215 | 212 | | |
216 | 213 | | |
| |||
0 commit comments