Skip to content

Commit 9e5da8a

Browse files
chore(deps): bump software.amazon.awssdk:http-client-spi from 2.31.60 to 2.32.10 (#1491)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35d0be3 commit 9e5da8a

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
@@ -36,7 +36,7 @@ dependencies {
3636
compileOnly("org.apache.httpcomponents:httpclient:4.5.14")
3737
compileOnly("software.amazon.awssdk:rds:2.31.78")
3838
compileOnly("software.amazon.awssdk:auth:2.31.45") // Required for IAM (light implementation)
39-
compileOnly("software.amazon.awssdk:http-client-spi:2.31.60") // Required for IAM (light implementation)
39+
compileOnly("software.amazon.awssdk:http-client-spi:2.32.11") // Required for IAM (light implementation)
4040
compileOnly("software.amazon.awssdk:sts:2.31.78")
4141
compileOnly("com.zaxxer:HikariCP:4.0.3") // Version 4.+ is compatible with Java 8
4242
compileOnly("com.mchange:c3p0:0.11.0")
@@ -72,7 +72,7 @@ dependencies {
7272
testImplementation("org.mockito:mockito-inline:4.11.0") // 4.11.0 is the last version compatible with Java 8
7373
testImplementation("software.amazon.awssdk:rds:2.31.78")
7474
testImplementation("software.amazon.awssdk:auth:2.31.45") // Required for IAM (light implementation)
75-
testImplementation("software.amazon.awssdk:http-client-spi:2.31.60") // Required for IAM (light implementation)
75+
testImplementation("software.amazon.awssdk:http-client-spi:2.32.11") // Required for IAM (light implementation)
7676
testImplementation("software.amazon.awssdk:ec2:2.31.78")
7777
testImplementation("software.amazon.awssdk:secretsmanager:2.31.12")
7878
testImplementation("software.amazon.awssdk:sts:2.31.78")

0 commit comments

Comments
 (0)