Skip to content

Commit

Permalink
chore: Bump software.amazon.awssdk:secretsmanager (#547)
Browse files Browse the repository at this point in the history
Bumps software.amazon.awssdk:secretsmanager from 2.20.162 to 2.23.12.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:secretsmanager
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 22408af commit 7bdf3e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -277,15 +277,15 @@ dependencies {
testImplementation("org.testcontainers:toxiproxy:1.18.3")
testImplementation("org.apache.poi:poi-ooxml:5.2.3")
testImplementation("com.zaxxer:HikariCP:4.0.3")
testImplementation("software.amazon.awssdk:secretsmanager:2.20.162")
testImplementation("software.amazon.awssdk:secretsmanager:2.23.12")

implementation("software.amazon.awssdk:rds:2.20.162")
implementation("com.google.protobuf:protobuf-java:3.21.9")
implementation("com.mchange:c3p0:0.9.5.5")
implementation("org.javassist:javassist:3.28.0-GA")
implementation("org.slf4j:slf4j-api:2.0.1")
implementation("com.oracle.oci.sdk:oci-java-sdk-common:2.47.0")
compileOnly("software.amazon.awssdk:secretsmanager:2.20.162")
compileOnly("software.amazon.awssdk:secretsmanager:2.23.12")

compileOnly("org.ajoberstar.grgit:grgit-gradle:4.1.1")
}
Expand Down

0 comments on commit 7bdf3e5

Please sign in to comment.