This repository was archived by the owner on Feb 24, 2026. It is now read-only.
deps: bump dependency versions#53
Merged
stephaniewang526 merged 1 commit intogoogleapis:masterfrom Feb 3, 2020
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #53 +/- ##
=========================================
Coverage 71.11% 71.11%
Complexity 197 197
=========================================
Files 28 28
Lines 1357 1357
Branches 3 3
=========================================
Hits 965 965
Misses 389 389
Partials 3 3Continue to review full report at Codecov.
|
elharo
reviewed
Feb 3, 2020
| <groupId>com.google.cloud</groupId> | ||
| <artifactId>google-cloud-bigquery</artifactId> | ||
| <version>1.102.0</version> | ||
| <version>1.106.0</version> |
Contributor
There was a problem hiding this comment.
This is likely the upgrade that's causing the issues. I'd try splitting this out into a separate PR to isolate it.
elharo
reviewed
Feb 3, 2020
| <artifactId>grpc-google-cloud-bigquerystorage-v1beta2</artifactId> | ||
| <version>0.85.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1beta2:current} --> | ||
| </dependency> | ||
| <dependency> |
Contributor
There was a problem hiding this comment.
I don't think you need to add these two. Just move avro to the end of your dependencies section.
Contributor
There was a problem hiding this comment.
Or maybe not. The avro dependency on jackson is not as deep.
elharo
approved these changes
Feb 3, 2020
This was referenced Feb 3, 2020
shubhwip
pushed a commit
to shubhwip/java-bigquerystorage
that referenced
this pull request
Oct 7, 2023
…o v1-rev20200226-1.30.9 (googleapis#53)
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Fixes #31 #51 #52