1
0
mirror of synced 2025-12-25 02:09:19 -05:00

try bumping GSM to get newer grpc dep

This commit is contained in:
Jared Rhizor
2022-02-24 15:15:51 -08:00
parent bbe0b78d46
commit d837650284

View File

@@ -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:2.0.5'
implementation 'com.google.cloud:google-cloud-secretmanager:2.1.1'
testImplementation "org.testcontainers:postgresql:1.15.3"
testImplementation project(':airbyte-test-utils')
integrationTestJavaImplementation project(':airbyte-config:persistence')