Skip to content

Commit

Permalink
chore(deps): bump software.amazon.awssdk:secretsmanager from 2.29.23 …
Browse files Browse the repository at this point in the history
…to 2.29.29 (#1217)

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 Dec 9, 2024
1 parent c33dd83 commit efc2df4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/AWSDriverExample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation("org.postgresql:postgresql:42.7.4")
implementation("mysql:mysql-connector-java:8.0.33")
implementation("software.amazon.awssdk:rds:2.29.23")
implementation("software.amazon.awssdk:secretsmanager:2.29.23")
implementation("software.amazon.awssdk:secretsmanager:2.29.29")
implementation("software.amazon.awssdk:sts:2.29.23")
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
implementation(project(":aws-advanced-jdbc-wrapper"))
Expand Down
4 changes: 2 additions & 2 deletions wrapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
compileOnly("software.amazon.awssdk:http-client-spi:2.29.23") // Required for IAM (light implementation)
compileOnly("software.amazon.awssdk:sts:2.29.24")
compileOnly("com.zaxxer:HikariCP:4.0.3") // Version 4.+ is compatible with Java 8
compileOnly("software.amazon.awssdk:secretsmanager:2.29.23")
compileOnly("software.amazon.awssdk:secretsmanager:2.29.29")
compileOnly("com.fasterxml.jackson.core:jackson-databind:2.17.1")
compileOnly("mysql:mysql-connector-java:8.0.33")
compileOnly("org.postgresql:postgresql:42.7.4")
Expand Down Expand Up @@ -67,7 +67,7 @@ dependencies {
testImplementation("software.amazon.awssdk:auth:2.29.24") // Required for IAM (light implementation)
testImplementation("software.amazon.awssdk:http-client-spi:2.29.23") // Required for IAM (light implementation)
testImplementation("software.amazon.awssdk:ec2:2.29.23")
testImplementation("software.amazon.awssdk:secretsmanager:2.29.23")
testImplementation("software.amazon.awssdk:secretsmanager:2.29.29")
testImplementation("software.amazon.awssdk:sts:2.29.24")
testImplementation("org.testcontainers:testcontainers:1.20.1")
testImplementation("org.testcontainers:mysql:1.20.1")
Expand Down

0 comments on commit efc2df4

Please sign in to comment.