Skip to content

Commit

Permalink
chore(deps): bump software.amazon.awssdk:secretsmanager from 2.21.5 t…
Browse files Browse the repository at this point in the history
…o 2.21.11 (#716)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent d6bb76f commit d1a2a2c
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.6.0")
implementation("mysql:mysql-connector-java:8.0.33")
implementation("software.amazon.awssdk:rds:2.21.7")
implementation("software.amazon.awssdk:secretsmanager:2.21.5")
implementation("software.amazon.awssdk:secretsmanager:2.21.11")
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.3")
implementation(project(":aws-advanced-jdbc-wrapper"))
implementation("io.opentelemetry:opentelemetry-api:1.31.0")
Expand Down
4 changes: 2 additions & 2 deletions wrapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation("org.checkerframework:checker-qual:3.39.0")
compileOnly("software.amazon.awssdk:rds:2.21.10")
compileOnly("com.zaxxer:HikariCP:4.0.3") // Version 4.+ is compatible with Java 8
compileOnly("software.amazon.awssdk:secretsmanager:2.21.10")
compileOnly("software.amazon.awssdk:secretsmanager:2.21.11")
compileOnly("com.fasterxml.jackson.core:jackson-databind:2.15.3")
compileOnly("mysql:mysql-connector-java:8.0.33")
compileOnly("org.postgresql:postgresql:42.6.0")
Expand Down Expand Up @@ -60,7 +60,7 @@ dependencies {
testImplementation("org.mockito:mockito-inline:4.11.0") // 4.11.0 is the last version compatible with Java 8
testImplementation("software.amazon.awssdk:rds:2.21.10")
testImplementation("software.amazon.awssdk:ec2:2.21.10")
testImplementation("software.amazon.awssdk:secretsmanager:2.21.10")
testImplementation("software.amazon.awssdk:secretsmanager:2.21.11")
testImplementation("org.testcontainers:testcontainers:1.19.1")
testImplementation("org.testcontainers:mysql:1.19.1")
testImplementation("org.testcontainers:postgresql:1.19.1")
Expand Down

0 comments on commit d1a2a2c

Please sign in to comment.