Skip to content

Commit

Permalink
bump gcp dependencies to pick up grpc update (#8713)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhizor committed Dec 10, 2021
1 parent 2d55198 commit 09db967
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airbyte-config/persistence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation project(':airbyte-protocol:models')
implementation project(':airbyte-config:models')
implementation project(':airbyte-json-validation')
implementation 'com.google.cloud:google-cloud-secretmanager:1.7.2'
implementation 'com.google.cloud:google-cloud-secretmanager:2.0.5'
testImplementation "org.testcontainers:postgresql:1.15.3"
testImplementation project(':airbyte-test-utils')
integrationTestJavaImplementation project(':airbyte-config:persistence')
Expand Down
2 changes: 1 addition & 1 deletion airbyte-scheduler/client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ dependencies {
// todo (cgardens) - remove this dep. just needs temporal client.
implementation project(':airbyte-workers')

implementation 'com.google.cloud:google-cloud-storage:2.0.1'
implementation 'com.google.cloud:google-cloud-storage:2.2.2'

}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ subprojects {
// Dependencies for logging to cloud storage, as well as the various clients used to do so.
implementation 'com.therealvan:appender-log4j2:3.1.2-SNAPSHOT'
implementation 'com.amazonaws:aws-java-sdk-s3:1.12.6'
implementation 'com.google.cloud:google-cloud-storage:1.115.0'
implementation 'com.google.cloud:google-cloud-storage:2.2.2'

implementation 'software.amazon.awssdk:s3:2.16.84'

Expand Down

0 comments on commit 09db967

Please sign in to comment.