[7.x] Sync discovery_gce versions with main#104086
Conversation
| <sha256 value="357de0017d439c021a6a98d48e380a25a709dc9bc50e4b38c6ab84094e6f2e84" origin="Generated by Gradle"/> | ||
| </artifact> | ||
| </component> | ||
| <component group="com.google.api-client" name="google-api-client" version="1.33.1"> |
There was a problem hiding this comment.
all changes here added via ./gradlew --write-verification-metadata sha256
| } | ||
|
|
||
| versions << [ | ||
| 'google': '1.23.0' |
There was a problem hiding this comment.
changes copied and pasted from main : https://github.com/elastic/elasticsearch/blob/main/plugins/discovery-gce/build.gradle
|
@elasticmachine run elasticsearch-ci/packaging-tests-windows-sample Those failed due to : I think that is unrelated here. |
|
@elasticmachine run elasticsearch-ci/windows-2019 / default-windows-archive-no-jdk / packaging-tests-windows-sample |
|
Pinging @elastic/es-distributed (Team:Distributed) |
|
Hi @jakelandis, I've created a changelog YAML for you. |
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
===
The combination of dependencies have been used in main for 6+ months and assuming CI agrees, this should be a safe dependency upgrade.
diff of build.gradle against main : diff_with_main.pdf (main defines the version in the common versions file)