Skip to content

chore(deps): update dependency com.google.errorprone:error_prone_core to v2.42.0 (release/5.0.x)#4955

Merged
joschi merged 1 commit intorelease/5.0.xfrom
renovate/release/5.0.x-errorprone.version
Sep 23, 2025
Merged

chore(deps): update dependency com.google.errorprone:error_prone_core to v2.42.0 (release/5.0.x)#4955
joschi merged 1 commit intorelease/5.0.xfrom
renovate/release/5.0.x-errorprone.version

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
com.google.errorprone:error_prone_core (source) 2.41.0 -> 2.42.0 age confidence

Release Notes

google/error-prone (com.google.errorprone:error_prone_core)

v2.42.0: Error Prone 2.42.0

New checks:

Changes:

  • The return type of ASTHelpers.asFlagSet has changed. The previous type was EnumSet<Flags.Flag>, where Flags.Flag is an enum in the javac class Flags. A recent JDK change has replaced that enum with a new top-level enum called FlagsEnum. It is not possible to change ASTHelpers.asFlagSet in a way that would be type-safe and compatible with the enums from JDKs both before and after the change. Instead, the method now returns ImmutableSet<String>, where the strings come from the toString() of the enum constants. That means they are "native", "abstract", etc.
  • Flag IO.print[ln]() in SystemOut.

Full changelog: google/error-prone@v2.41.0...v2.42.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 22, 2025
@renovate renovate bot requested review from a team as code owners September 22, 2025 02:25
@github-actions github-actions bot added this to the 5.0.6 milestone Sep 22, 2025
@renovate renovate bot force-pushed the renovate/release/5.0.x-errorprone.version branch from bc530da to 7499f80 Compare September 22, 2025 04:30
@sonarqubecloud
Copy link

@joschi joschi merged commit ab941aa into release/5.0.x Sep 23, 2025
5 checks passed
@joschi joschi deleted the renovate/release/5.0.x-errorprone.version branch September 23, 2025 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant