-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
deps: update libraries bom version to 26.20.0 #27735
Conversation
Codecov Report
@@ Coverage Diff @@
## master #27735 +/- ##
=======================================
Coverage 70.89% 70.89%
=======================================
Files 860 860
Lines 104631 104635 +4
=======================================
+ Hits 74176 74179 +3
- Misses 28902 28903 +1
Partials 1553 1553
Flags with carried forward coverage won't be shown. Click here to find out more. see 9 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Assigning reviewers. If you would like to opt out of this review, comment R: @bvolpato for label java. Available commands:
The PR bot will only process comments in the main thread (not review comments). |
Hi @bvolpato, didn't realize you were already updating it to 26.19.0. Yes, we have a Bigtable fix in 26.20.0 that we wish to get in the beam 2.50.0. |
Run Java Postcommit |
It hit the Guava's recent Gradle metadata problem. https://github.com/google/guava/releases/tag/v32.1.0 "Still, read the release notes below if you use Gradle, since the fixed Gradle metadata in 32.1.1 may still require action on your part." https://ci-beam.apache.org/job/beam_PreCommit_Java_Commit/27802/console
|
Yes, I am trying to handle this in the other PR #27725. Just submitted something to completely exclude It's up to you -- I can either pivot to 26.20.0 (I was using 26.19.0 because it's still latest according to https://cloud.google.com/java/docs/bom), or you can address the Guava bump here as well and I can close mine. |
I believe 26.20.0 was cut yesterday so it hasn't showed up in maven central or public doc page yet. https://mvnrepository.com/artifact/com.google.cloud/libraries-bom. I also realized that I missed a few dependency updates in this PR. Can you pick up 26.20.0 in your PR? I'll close this one. Thank you! @bvolpato |
Update libraries bom version.
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
addresses #123
), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, commentfixes #<ISSUE NUMBER>
instead.CHANGES.md
with noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.