Skip to content

Commit

Permalink
Upgrade GCS Dependency to 1.106.0 (elastic#54092)
Browse files Browse the repository at this point in the history
Upgrading GCS Dep + related dependencies as it seems some more retry bugs were fixed between .104 and .106
  • Loading branch information
original-brownbear authored Mar 24, 2020
1 parent 54b6872 commit aa141c0
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions plugins/repository-gcs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ esplugin {
}

dependencies {
compile 'com.google.cloud:google-cloud-storage:1.104.0'
compile 'com.google.cloud:google-cloud-core:1.92.5'
compile 'com.google.cloud:google-cloud-storage:1.106.0'
compile 'com.google.cloud:google-cloud-core:1.93.3'
compile 'com.google.guava:guava:26.0-jre'
compile 'com.google.http-client:google-http-client:1.34.2'
compile "org.apache.httpcomponents:httpclient:${versions.httpclient}"
Expand All @@ -33,25 +33,25 @@ dependencies {
compile "org.apache.logging.log4j:log4j-1.2-api:${versions.log4j}"
compile "commons-codec:commons-codec:${versions.commonscodec}"
compile 'com.google.api:api-common:1.8.1'
compile 'com.google.api:gax:1.45.0'
compile 'org.threeten:threetenbp:1.3.3'
compile 'com.google.api:gax:1.54.0'
compile 'org.threeten:threetenbp:1.4.1'
compile 'com.google.protobuf:protobuf-java-util:3.11.3'
compile 'com.google.protobuf:protobuf-java:3.11.3'
compile 'com.google.code.gson:gson:2.7'
compile 'com.google.api.grpc:proto-google-common-protos:1.16.0'
compile 'com.google.api.grpc:proto-google-iam-v1:0.12.0'
compile 'com.google.cloud:google-cloud-core-http:1.77.0'
compile 'com.google.cloud:google-cloud-core-http:1.93.3'
compile 'com.google.auth:google-auth-library-credentials:0.20.0'
compile 'com.google.auth:google-auth-library-oauth2-http:0.20.0'
compile 'com.google.oauth-client:google-oauth-client:1.28.0'
compile 'com.google.api-client:google-api-client:1.30.8'
compile 'com.google.http-client:google-http-client-appengine:1.29.2'
compile 'com.google.http-client:google-http-client-jackson2:1.29.2'
compile 'com.google.api-client:google-api-client:1.30.9'
compile 'com.google.http-client:google-http-client-appengine:1.34.2'
compile 'com.google.http-client:google-http-client-jackson2:1.34.2'
compile 'com.google.api:gax-httpjson:0.62.0'
compile 'io.grpc:grpc-context:1.12.0'
compile 'io.opencensus:opencensus-api:0.18.0'
compile 'io.opencensus:opencensus-contrib-http-util:0.18.0'
compile 'com.google.apis:google-api-services-storage:v1-rev20191011-1.30.3'
compile 'com.google.apis:google-api-services-storage:v1-rev20200226-1.30.9'

testCompile project(':test:fixtures:gcs-fixture')
}
Expand Down
1 change: 0 additions & 1 deletion plugins/repository-gcs/licenses/gax-1.45.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions plugins/repository-gcs/licenses/gax-1.54.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1f1668868b8b3fd5fc248d80c16dd9f09afc9180

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8fc8641740ee0c26715738fb4d902779b96217d6

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
053c15bb46f6f3f623e94c587a67d975ab140bc8

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6fc017c0908456c0867d21c85d1b906662d4b5f1

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2589aa6a4b6c49811c08ec2803c8e9c79c410bc5

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
08b9c0a551b02028fe6c4c666236b21796099238

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dbcfa59e3de5f29ed5ab36dfc9ec8f9dbf279ef9

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fc5cd5e7b6252bae6a65ef2a1091476afb25b7c7
1 change: 0 additions & 1 deletion plugins/repository-gcs/licenses/threetenbp-1.3.3.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions plugins/repository-gcs/licenses/threetenbp-1.4.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8e0de17c5077523503812837fa069459103fb714

0 comments on commit aa141c0

Please sign in to comment.