Skip to content

Commit

Permalink
chore(deps): bump software.amazon.awssdk:sts from 2.22.13 to 2.23.3 (a…
Browse files Browse the repository at this point in the history
…ws#830)

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 Jan 16, 2024
1 parent 75617c9 commit 7367f51
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 @@ -20,7 +20,7 @@ dependencies {
implementation("mysql:mysql-connector-java:8.0.33")
implementation("software.amazon.awssdk:rds:2.22.13")
implementation("software.amazon.awssdk:secretsmanager:2.23.3")
implementation("software.amazon.awssdk:sts:2.22.13")
implementation("software.amazon.awssdk:sts:2.23.3")
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
implementation(project(":aws-advanced-jdbc-wrapper"))
implementation("io.opentelemetry:opentelemetry-api:1.33.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.42.0")
compileOnly("org.apache.httpcomponents:httpclient:4.5.14")
compileOnly("software.amazon.awssdk:rds:2.22.13")
compileOnly("software.amazon.awssdk:sts:2.22.13")
compileOnly("software.amazon.awssdk:sts:2.23.3")
compileOnly("com.zaxxer:HikariCP:4.0.3") // Version 4.+ is compatible with Java 8
compileOnly("software.amazon.awssdk:secretsmanager:2.23.3")
compileOnly("com.fasterxml.jackson.core:jackson-databind:2.16.1")
Expand Down Expand Up @@ -63,7 +63,7 @@ dependencies {
testImplementation("software.amazon.awssdk:rds:2.22.13")
testImplementation("software.amazon.awssdk:ec2:2.23.3")
testImplementation("software.amazon.awssdk:secretsmanager:2.23.3")
testImplementation("software.amazon.awssdk:sts:2.22.13")
testImplementation("software.amazon.awssdk:sts:2.23.3")
testImplementation("org.testcontainers:testcontainers:1.19.3")
testImplementation("org.testcontainers:mysql:1.19.3")
testImplementation("org.testcontainers:postgresql:1.19.3")
Expand Down

0 comments on commit 7367f51

Please sign in to comment.