Skip to content

Commit b943658

Browse files
chore(deps): bump software.amazon.awssdk:ec2 from 2.31.78 to 2.32.15 (#1499)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da138ea commit b943658

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

wrapper/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ if (useJacoco) {
3434
dependencies {
3535
implementation("org.checkerframework:checker-qual:3.49.5")
3636
compileOnly("org.apache.httpcomponents:httpclient:4.5.14")
37-
compileOnly("software.amazon.awssdk:rds:2.31.78")
37+
compileOnly("software.amazon.awssdk:rds:2.32.15")
3838
compileOnly("software.amazon.awssdk:auth:2.31.45") // Required for IAM (light implementation)
3939
compileOnly("software.amazon.awssdk:http-client-spi:2.32.11") // Required for IAM (light implementation)
40-
compileOnly("software.amazon.awssdk:sts:2.31.78")
40+
compileOnly("software.amazon.awssdk:sts:2.32.15")
4141
compileOnly("com.zaxxer:HikariCP:4.0.3") // Version 4.+ is compatible with Java 8
4242
compileOnly("com.mchange:c3p0:0.11.0")
4343
compileOnly("software.amazon.awssdk:secretsmanager:2.31.12")
@@ -70,12 +70,12 @@ dependencies {
7070
testImplementation("com.mchange:c3p0:0.11.0")
7171
testImplementation("org.springframework.boot:spring-boot-starter-jdbc:2.7.13") // 2.7.13 is the last version compatible with Java 8
7272
testImplementation("org.mockito:mockito-inline:4.11.0") // 4.11.0 is the last version compatible with Java 8
73-
testImplementation("software.amazon.awssdk:rds:2.31.78")
73+
testImplementation("software.amazon.awssdk:rds:2.32.15")
7474
testImplementation("software.amazon.awssdk:auth:2.31.45") // Required for IAM (light implementation)
7575
testImplementation("software.amazon.awssdk:http-client-spi:2.32.11") // Required for IAM (light implementation)
76-
testImplementation("software.amazon.awssdk:ec2:2.31.78")
76+
testImplementation("software.amazon.awssdk:ec2:2.32.15")
7777
testImplementation("software.amazon.awssdk:secretsmanager:2.31.12")
78-
testImplementation("software.amazon.awssdk:sts:2.31.78")
78+
testImplementation("software.amazon.awssdk:sts:2.32.15")
7979
// Note: all org.testcontainers dependencies should have the same version
8080
testImplementation("org.testcontainers:testcontainers:1.21.2")
8181
testImplementation("org.testcontainers:mysql:1.21.2")

0 commit comments

Comments
 (0)