fix(deps): update errorprone packages to v2.48.0#2663
Merged
Conversation
laurit
approved these changes
Mar 2, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Error Prone dependency constraints to the latest patch release, and applies resulting formatting cleanups in affected tests.
Changes:
- Bumps
error_prone_annotations,error_prone_core, anderror_prone_test_helpersfrom2.47.0to2.48.0in the dependency management platform. - Removes stray standalone semicolons in test field declarations after the dependency update.
- Normalizes whitespace in a JFR connection test.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
dependencyManagement/build.gradle.kts |
Updates the constrained Error Prone artifact versions to 2.48.0. |
processors/src/test/java/io/opentelemetry/contrib/filter/FilteringLogRecordProcessorTest.java |
Removes redundant standalone semicolons after field initializations. |
jfr-connection/src/test/java/io/opentelemetry/contrib/jfr/connection/RecordingTest.java |
Removes redundant standalone semicolons and adjusts whitespace in a test. |
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.47.0→2.48.02.47.0→2.48.02.47.0→2.48.0Release Notes
google/error-prone (com.google.errorprone:error_prone_test_helpers)
v2.48.0: Error Prone 2.48.0Changes:
@-files) (8e84edf)New checks:
AvoidValueSetterUnnecessarySemicolonClosed issues: #5529, #5537, #5522, #5521
Full changelog: google/error-prone@v2.47.0...v2.48.0
Configuration
📅 Schedule: Branch creation - "before 8am on Monday" (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 was generated by Mend Renovate. View the repository job log.