File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
3131 compileOnly(" org.apache.httpcomponents:httpclient:4.5.14" )
3232 compileOnly(" software.amazon.awssdk:rds:2.29.34" )
3333 compileOnly(" software.amazon.awssdk:auth:2.30.12" ) // Required for IAM (light implementation)
34- compileOnly(" software.amazon.awssdk:http-client-spi:2.30.12 " ) // Required for IAM (light implementation)
34+ compileOnly(" software.amazon.awssdk:http-client-spi:2.30.32 " ) // Required for IAM (light implementation)
3535 compileOnly(" software.amazon.awssdk:sts:2.30.27" )
3636 compileOnly(" com.zaxxer:HikariCP:4.0.3" ) // Version 4.+ is compatible with Java 8
3737 compileOnly(" software.amazon.awssdk:secretsmanager:2.30.21" )
@@ -65,7 +65,7 @@ dependencies {
6565 testImplementation(" org.mockito:mockito-inline:4.11.0" ) // 4.11.0 is the last version compatible with Java 8
6666 testImplementation(" software.amazon.awssdk:rds:2.29.34" )
6767 testImplementation(" software.amazon.awssdk:auth:2.30.12" ) // Required for IAM (light implementation)
68- testImplementation(" software.amazon.awssdk:http-client-spi:2.30.12 " ) // Required for IAM (light implementation)
68+ testImplementation(" software.amazon.awssdk:http-client-spi:2.30.32 " ) // Required for IAM (light implementation)
6969 testImplementation(" software.amazon.awssdk:ec2:2.30.21" )
7070 testImplementation(" software.amazon.awssdk:secretsmanager:2.30.21" )
7171 testImplementation(" software.amazon.awssdk:sts:2.30.27" )
You can’t perform that action at this time.
0 commit comments