Skip to content

Commit

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

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 25, 2024
1 parent 50359bb commit d0a11ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aws-advanced-jdbc-wrapper-bundle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {

dependencies {
implementation("software.amazon.awssdk:rds:2.25.12")
implementation("software.amazon.awssdk:sts:2.25.2")
implementation("software.amazon.awssdk:sts:2.25.17")
implementation(project(":aws-advanced-jdbc-wrapper"))
}

Expand Down
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.25.12")
implementation("software.amazon.awssdk:secretsmanager:2.25.2")
implementation("software.amazon.awssdk:sts:2.25.2")
implementation("software.amazon.awssdk:sts:2.25.17")
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
implementation(project(":aws-advanced-jdbc-wrapper"))
implementation("io.opentelemetry:opentelemetry-api:1.36.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 @@ -32,7 +32,7 @@ dependencies {
compileOnly("software.amazon.awssdk:rds:2.25.12")
compileOnly("software.amazon.awssdk:auth:2.25.2") // Required for IAM (light implementation)
compileOnly("software.amazon.awssdk:http-client-spi:2.25.2") // Required for IAM (light implementation)
compileOnly("software.amazon.awssdk:sts:2.25.2")
compileOnly("software.amazon.awssdk:sts:2.25.17")
compileOnly("com.zaxxer:HikariCP:4.0.3") // Version 4.+ is compatible with Java 8
compileOnly("software.amazon.awssdk:secretsmanager:2.25.2")
compileOnly("com.fasterxml.jackson.core:jackson-databind:2.16.1")
Expand Down Expand Up @@ -66,7 +66,7 @@ dependencies {
testImplementation("software.amazon.awssdk:http-client-spi:2.25.2") // Required for IAM (light implementation)
testImplementation("software.amazon.awssdk:ec2:2.25.2")
testImplementation("software.amazon.awssdk:secretsmanager:2.25.2")
testImplementation("software.amazon.awssdk:sts:2.25.2")
testImplementation("software.amazon.awssdk:sts:2.25.17")
testImplementation("org.testcontainers:testcontainers:1.19.5")
testImplementation("org.testcontainers:mysql:1.19.7")
testImplementation("org.testcontainers:postgresql:1.19.5")
Expand Down

0 comments on commit d0a11ef

Please sign in to comment.