File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
30
30
implementation(" org.checkerframework:checker-qual:3.48.1" )
31
31
compileOnly(" org.apache.httpcomponents:httpclient:4.5.14" )
32
32
compileOnly(" software.amazon.awssdk:rds:2.29.34" )
33
- compileOnly(" software.amazon.awssdk:auth:2.29.34 " ) // Required for IAM (light implementation)
33
+ compileOnly(" software.amazon.awssdk:auth:2.29.50 " ) // Required for IAM (light implementation)
34
34
compileOnly(" software.amazon.awssdk:http-client-spi:2.29.34" ) // Required for IAM (light implementation)
35
35
compileOnly(" software.amazon.awssdk:sts:2.29.34" )
36
36
compileOnly(" com.zaxxer:HikariCP:4.0.3" ) // Version 4.+ is compatible with Java 8
@@ -64,7 +64,7 @@ dependencies {
64
64
testImplementation(" org.springframework.boot:spring-boot-starter-jdbc:2.7.13" ) // 2.7.13 is the last version compatible with Java 8
65
65
testImplementation(" org.mockito:mockito-inline:4.11.0" ) // 4.11.0 is the last version compatible with Java 8
66
66
testImplementation(" software.amazon.awssdk:rds:2.29.34" )
67
- testImplementation(" software.amazon.awssdk:auth:2.29.34 " ) // Required for IAM (light implementation)
67
+ testImplementation(" software.amazon.awssdk:auth:2.29.50 " ) // Required for IAM (light implementation)
68
68
testImplementation(" software.amazon.awssdk:http-client-spi:2.29.34" ) // Required for IAM (light implementation)
69
69
testImplementation(" software.amazon.awssdk:ec2:2.29.34" )
70
70
testImplementation(" software.amazon.awssdk:secretsmanager:2.29.34" )
You can’t perform that action at this time.
0 commit comments