-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Bigquerystorage: fix missing dependency. #6736
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6736 +/- ##
============================================
+ Coverage 46.37% 46.37% +<.01%
+ Complexity 28040 28025 -15
============================================
Files 2614 2614
Lines 288317 288317
Branches 33805 33810 +5
============================================
+ Hits 133711 133717 +6
+ Misses 144339 144335 -4
+ Partials 10267 10265 -2
Continue to review full report at Codecov.
|
google-cloud-bom/pom.xml
Outdated
<dependency> | ||
<groupId>com.google.cloud</groupId> | ||
<artifactId>google-cloud-bigquerystorage</artifactId> | ||
<version>0.118.1-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be a snapshot version and maybe not 0.118.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
7df7eab
to
4a1ef41
Compare
@davidrabinowitz PTAL |
Great, thanks! |
@elharo PTAL. |
Fixes #6710