Skip to content

Commit

Permalink
chore(deps): bump software.amazon.awssdk:secretsmanager
Browse files Browse the repository at this point in the history
Bumps software.amazon.awssdk:secretsmanager from 2.27.8 to 2.28.11.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent d0a246e commit 1586f7e
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.25.70")
implementation("software.amazon.awssdk:secretsmanager:2.27.8")
implementation("software.amazon.awssdk:secretsmanager:2.28.11")
implementation("software.amazon.awssdk:sts:2.27.22")
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.27.8") // Required for IAM (light implementation)
compileOnly("software.amazon.awssdk:sts:2.27.22")
compileOnly("com.zaxxer:HikariCP:4.0.3") // Version 4.+ is compatible with Java 8
compileOnly("software.amazon.awssdk:secretsmanager:2.27.8")
compileOnly("software.amazon.awssdk:secretsmanager:2.28.11")
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.28.2") // Required for IAM (light implementation)
testImplementation("software.amazon.awssdk:http-client-spi:2.27.8") // Required for IAM (light implementation)
testImplementation("software.amazon.awssdk:ec2:2.28.2")
testImplementation("software.amazon.awssdk:secretsmanager:2.27.8")
testImplementation("software.amazon.awssdk:secretsmanager:2.28.11")
testImplementation("software.amazon.awssdk:sts:2.27.22")
testImplementation("org.testcontainers:testcontainers:1.20.1")
testImplementation("org.testcontainers:mysql:1.20.1")
Expand Down

0 comments on commit 1586f7e

Please sign in to comment.