-
Notifications
You must be signed in to change notification settings - Fork 4k
MINOR: [Java] Bump com.google.errorprone:error_prone_core from 2.4.0 to 2.24.0 in /java #39452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bumps [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) from 2.4.0 to 2.24.0. - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.4.0...v2.24.0) --- updated-dependencies: - dependency-name: com.google.errorprone:error_prone_core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
@github-actions crossbow submit java |
|
Revision: d3d3308 Submitted crossbow builds: ursacomputing/crossbow @ actions-7ab1030fc9 |
|
@lidavidm does this change make sense? |
|
After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 42b995b. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 6 possible false positives for unstable benchmarks that are known to sometimes produce them. |
…to 2.24.0 in /java (apache#39452) ### Rationale for this change This is a draft PR for fixing the dependabot PR apache#39409 ### What changes are included in this PR? Upgrading `com.google.errorprone` to 2.24.0 for JDK11+ and restricting `com.google.errorprone` to 2.10 to JDK8. ### Are these changes tested? N/A. CIs are implicitly testing this including existing test cases. ### Are there any user-facing changes? No Lead-authored-by: vibhatha <vibhatha@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: David Li <li.davidm96@gmail.com>
…to 2.24.0 in /java (apache#39452) ### Rationale for this change This is a draft PR for fixing the dependabot PR apache#39409 ### What changes are included in this PR? Upgrading `com.google.errorprone` to 2.24.0 for JDK11+ and restricting `com.google.errorprone` to 2.10 to JDK8. ### Are these changes tested? N/A. CIs are implicitly testing this including existing test cases. ### Are there any user-facing changes? No Lead-authored-by: vibhatha <vibhatha@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: David Li <li.davidm96@gmail.com>
Rationale for this change
This is a draft PR for fixing the dependabot PR #39409
What changes are included in this PR?
Upgrading
com.google.errorproneto 2.24.0 for JDK11+ and restrictingcom.google.errorproneto 2.10 to JDK8.Are these changes tested?
N/A. CIs are implicitly testing this including existing test cases.
Are there any user-facing changes?
No