Skip to content

Commit 9cb2354

Browse files
chore(deps): bump software.amazon.awssdk:auth from 2.24.6 to 2.24.10 (#907)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97a1ba3 commit 9cb2354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wrapper/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
implementation("org.checkerframework:checker-qual:3.42.0")
3131
compileOnly("org.apache.httpcomponents:httpclient:4.5.14")
3232
compileOnly("software.amazon.awssdk:rds:2.24.10")
33-
compileOnly("software.amazon.awssdk:auth:2.24.6") // Required for IAM (light implementation)
33+
compileOnly("software.amazon.awssdk:auth:2.24.10") // Required for IAM (light implementation)
3434
compileOnly("software.amazon.awssdk:http-client-spi:2.22.13") // Required for IAM (light implementation)
3535
compileOnly("software.amazon.awssdk:sts:2.24.10")
3636
compileOnly("com.zaxxer:HikariCP:4.0.3") // Version 4.+ is compatible with Java 8
@@ -62,7 +62,7 @@ dependencies {
6262
testImplementation("org.springframework.boot:spring-boot-starter-jdbc:2.7.13") // 2.7.13 is the last version compatible with Java 8
6363
testImplementation("org.mockito:mockito-inline:4.11.0") // 4.11.0 is the last version compatible with Java 8
6464
testImplementation("software.amazon.awssdk:rds:2.24.10")
65-
testImplementation("software.amazon.awssdk:auth:2.24.6") // Required for IAM (light implementation)
65+
testImplementation("software.amazon.awssdk:auth:2.24.10") // Required for IAM (light implementation)
6666
testImplementation("software.amazon.awssdk:http-client-spi:2.22.13") // Required for IAM (light implementation)
6767
testImplementation("software.amazon.awssdk:ec2:2.24.10")
6868
testImplementation("software.amazon.awssdk:secretsmanager:2.24.1")

0 commit comments

Comments
 (0)