Revision 93af6465bba7a7398e4eb766ee554f842cdd1153 authored by Jake Landis on 09 January 2024, 17:28:32 UTC, committed by GitHub on 09 January 2024, 17:28:32 UTC
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
1 parent a586ac7
History
File Mode Size
.buildkite
.ci
.github
.idea
benchmarks
build-conventions
build-tools
build-tools-internal
ccr
client
dev-tools
distribution
docs
gradle
libs
licenses
modules
plugins
qa
rest-api-spec
server
test
x-pack
.dir-locals.el -rw-r--r-- 3.3 KB
.editorconfig -rw-r--r-- 8.9 KB
.git-blame-ignore-revs -rw-r--r-- 833 bytes
.gitattributes -rw-r--r-- 221 bytes
.gitignore -rw-r--r-- 1.3 KB
BUILDING.md -rw-r--r-- 12.5 KB
CONTRIBUTING.md -rw-r--r-- 34.1 KB
LICENSE.txt -rw-r--r-- 546 bytes
NOTICE.txt -rw-r--r-- 228 bytes
README.asciidoc -rw-r--r-- 2.6 KB
TESTING.asciidoc -rw-r--r-- 34.2 KB
Vagrantfile -rw-r--r-- 15.0 KB
build.gradle -rw-r--r-- 15.2 KB
catalog-info.yaml -rw-r--r-- 9.7 KB
elasticsearch -rw-r--r-- 0 bytes
gradle.properties -rw-r--r-- 1.4 KB
gradlew -rwxr-xr-x 8.5 KB
gradlew.bat -rw-r--r-- 2.8 KB
rewrite.yml -rw-r--r-- 1.4 KB
settings.gradle -rw-r--r-- 4.2 KB

README.asciidoc

back to top