Consolidate google-oauth-client to latest version#91722
Merged
jakelandis merged 4 commits intoelastic:mainfrom Feb 1, 2023
Merged
Consolidate google-oauth-client to latest version#91722jakelandis merged 4 commits intoelastic:mainfrom
jakelandis merged 4 commits intoelastic:mainfrom
Conversation
Collaborator
|
Pinging @elastic/es-distributed (Team:Distributed) |
Collaborator
|
Hi @jakelandis, I've created a changelog YAML for you. |
Contributor
Author
|
thanks @arteam ! |
Collaborator
💔 Backport failed
You can use sqren/backport to manually backport by running |
Contributor
Author
|
not backporting to 7.17 at this time since the two version branches have diverged enough it warrants it's own PR and review if we choose to back port. |
jakelandis
added a commit
to jakelandis/elasticsearch
that referenced
this pull request
Feb 1, 2023
mark-vieira
pushed a commit
to mark-vieira/elasticsearch
that referenced
this pull request
Feb 2, 2023
mck1nneycj
added a commit
to mck1nneycj/elasticsearch
that referenced
this pull request
Feb 14, 2023
)" This reverts commit 93ecc4d.
mck1nneycj
added a commit
to mck1nneycj/elasticsearch
that referenced
this pull request
Feb 14, 2023
…astic#91722)"" This reverts commit 79b3be3.
jakelandis
added a commit
that referenced
this pull request
Jan 9, 2024
This commit syncs the dependencies for discovery GCE plugin with the dependency versions in use in main.
Specifically, this commit upgrades the following for the discovery GCE plugin:
com.google.apis:google-api-services-compute:v1-rev160-1.23.0 -> v1-rev20220322-1.32
com.google.api-client:google-api-client:1.23.0 -> 1.33.1
com.google.oauth-client:google-oauth-client:1.23.0 -> 1.34.1
com.google.code.findbugs:jsr305:1.3.9 -> 3.0.2
and introduces the following for the discovery GCE plugin:
api "com.fasterxml.jackson.core:jackson-core:${versions.jackson}"
api "com.google.http-client:google-http-client-gson:1.41.1"
runtimeOnly 'com.google.guava:guava:32.0.1-jre'
runtimeOnly 'com.google.guava:failureaccess:1.0.1'
api 'io.opencensus:opencensus-api:0.30.0'
api 'io.opencensus:opencensus-contrib-http-util:0.30.0'
api 'io.grpc:grpc-context:1.27.2'
backport of #85132 and #91722
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
related: #87800
fixes: #90126