Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump software.amazon.awssdk:http-client-spi from 2.29.34 to 2.29.51 #1245

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions wrapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
compileOnly("org.apache.httpcomponents:httpclient:4.5.14")
compileOnly("software.amazon.awssdk:rds:2.29.34")
compileOnly("software.amazon.awssdk:auth:2.29.50") // Required for IAM (light implementation)
compileOnly("software.amazon.awssdk:http-client-spi:2.29.34") // Required for IAM (light implementation)
compileOnly("software.amazon.awssdk:http-client-spi:2.29.51") // Required for IAM (light implementation)
compileOnly("software.amazon.awssdk:sts:2.29.34")
compileOnly("com.zaxxer:HikariCP:4.0.3") // Version 4.+ is compatible with Java 8
compileOnly("software.amazon.awssdk:secretsmanager:2.29.34")
Expand Down Expand Up @@ -65,7 +65,7 @@ dependencies {
testImplementation("org.mockito:mockito-inline:4.11.0") // 4.11.0 is the last version compatible with Java 8
testImplementation("software.amazon.awssdk:rds:2.29.34")
testImplementation("software.amazon.awssdk:auth:2.29.50") // Required for IAM (light implementation)
testImplementation("software.amazon.awssdk:http-client-spi:2.29.34") // Required for IAM (light implementation)
testImplementation("software.amazon.awssdk:http-client-spi:2.29.51") // Required for IAM (light implementation)
testImplementation("software.amazon.awssdk:ec2:2.29.34")
testImplementation("software.amazon.awssdk:secretsmanager:2.29.34")
testImplementation("software.amazon.awssdk:sts:2.29.34")
Expand Down
Loading