Skip to content
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

Untangle & update Google deps [PROD-397, BA-6155] #5565

Merged
merged 11 commits into from
Jul 9, 2020
Merged

Conversation

aednichols
Copy link
Collaborator

We previously tied some versions together that no longer seem to be released in lockstep.

  • google-cloud-storage and google-cloud-bigquery received google-cloud-core versions.
  • google-oauth-client received google-api-client versions.

Changes:

  • "com.google.cloud" % "google-cloud-storage"
    • Previously 1.61.0, January 2019
    • Now 1.111.1, July 2020
    • Latest google-cloud-core is 1.93.6 which is a nonexistent version for google-cloud-storage
  • "com.google.cloud" % "google-cloud-bigquery"
    • Previously 1.61.0, January 2019
    • Now 1.116.3, June 2020
    • Latest google-cloud-core is 1.93.6 which is a nonexistent version for google-cloud-bigquery
  • "com.google.oauth-client" % "google-oauth-client"
    • Previously 1.28.0, January 2019
    • Now 1.31.0, June 2020
    • Latest google-api-client version is 1.30.9 which is a nonexistent version for google-oauth-client

@aednichols
Copy link
Collaborator Author

aednichols commented Jul 7, 2020

Note: this does not currently build because BatchRequest [0] is deprecated in GcsBatchFlow [1]

[0] com.google.api.client.googleapis.batch.BatchRequest#BatchRequest
[1] https://github.com/broadinstitute/cromwell/blob/develop/engine/src/main/scala/cromwell/engine/io/gcs/GcsBatchFlow.scala#L51

@aednichols aednichols changed the title Untangle & update Google deps [no JIRA] Untangle & update Google deps [PROD-397, BA-6155] Jul 8, 2020
@aednichols aednichols merged commit 6a151fd into develop Jul 9, 2020
@aednichols aednichols deleted the aen_deps_update branch July 9, 2020 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants