Skip to content

Commit

Permalink
dependency management cleaup
Browse files Browse the repository at this point in the history
  • Loading branch information
skisel-bt committed Oct 12, 2023
1 parent 68a929d commit f7fbb51
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ dependencyManagement {

dependency 'org.flywaydb:flyway-core:6.1.1'

dependency 'com.google.cloud:google-cloud-secretmanager:2.27.0'
dependency 'io.zonky.test.postgres:embedded-postgres-binaries-bom:11.19.0'
dependency 'io.zonky.test:embedded-postgres:2.0.3'

Expand Down
1 change: 0 additions & 1 deletion keystorage/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ dependencies {
implementation 'software.amazon.awssdk:auth'
implementation 'software.amazon.awssdk:secretsmanager'
implementation 'software.amazon.awssdk:kms'
implementation platform('com.google.cloud:libraries-bom:26.24.0')
implementation 'com.google.cloud:google-cloud-secretmanager'
runtimeOnly 'software.amazon.awssdk:sts'

Expand Down
1 change: 0 additions & 1 deletion signing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ dependencies {
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.5'
implementation 'software.amazon.awssdk:auth'
implementation 'software.amazon.awssdk:kms'
implementation platform('com.google.cloud:libraries-bom:26.24.0')
implementation 'com.google.cloud:google-cloud-secretmanager'

runtimeOnly 'com.squareup.okhttp3:okhttp'
Expand Down

0 comments on commit f7fbb51

Please sign in to comment.