@@ -34,13 +34,13 @@ if (useJacoco) {
34
34
dependencies {
35
35
implementation(" org.checkerframework:checker-qual:3.49.5" )
36
36
compileOnly(" org.apache.httpcomponents:httpclient:4.5.14" )
37
- compileOnly(" software.amazon.awssdk:rds:2.32.15 " )
38
- compileOnly(" software.amazon.awssdk:auth:2.31.45 " ) // Required for IAM (light implementation)
39
- compileOnly(" software.amazon.awssdk:http-client-spi:2.32.11 " ) // Required for IAM (light implementation)
40
- compileOnly(" software.amazon.awssdk:sts:2.32.15 " )
37
+ compileOnly(" software.amazon.awssdk:rds:2.32.21 " )
38
+ compileOnly(" software.amazon.awssdk:auth:2.32.21 " ) // Required for IAM (light implementation)
39
+ compileOnly(" software.amazon.awssdk:http-client-spi:2.32.21 " ) // Required for IAM (light implementation)
40
+ compileOnly(" software.amazon.awssdk:sts:2.32.21 " )
41
41
compileOnly(" com.zaxxer:HikariCP:4.0.3" ) // Version 4.+ is compatible with Java 8
42
42
compileOnly(" com.mchange:c3p0:0.11.0" )
43
- compileOnly(" software.amazon.awssdk:secretsmanager:2.31.12 " )
43
+ compileOnly(" software.amazon.awssdk:secretsmanager:2.32.21 " )
44
44
compileOnly(" com.fasterxml.jackson.core:jackson-databind:2.19.0" )
45
45
compileOnly(" com.mysql:mysql-connector-j:9.3.0" )
46
46
compileOnly(" org.postgresql:postgresql:42.7.7" )
@@ -70,12 +70,12 @@ dependencies {
70
70
testImplementation(" com.mchange:c3p0:0.11.0" )
71
71
testImplementation(" org.springframework.boot:spring-boot-starter-jdbc:2.7.13" ) // 2.7.13 is the last version compatible with Java 8
72
72
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.32.15 " )
74
- testImplementation(" software.amazon.awssdk:auth:2.31.45 " ) // Required for IAM (light implementation)
75
- testImplementation(" software.amazon.awssdk:http-client-spi:2.32.11 " ) // Required for IAM (light implementation)
76
- testImplementation(" software.amazon.awssdk:ec2:2.32.15 " )
77
- testImplementation(" software.amazon.awssdk:secretsmanager:2.31.12 " )
78
- testImplementation(" software.amazon.awssdk:sts:2.32.15 " )
73
+ testImplementation(" software.amazon.awssdk:rds:2.32.21 " )
74
+ testImplementation(" software.amazon.awssdk:auth:2.32.21 " ) // Required for IAM (light implementation)
75
+ testImplementation(" software.amazon.awssdk:http-client-spi:2.32.21 " ) // Required for IAM (light implementation)
76
+ testImplementation(" software.amazon.awssdk:ec2:2.32.21 " )
77
+ testImplementation(" software.amazon.awssdk:secretsmanager:2.32.21 " )
78
+ testImplementation(" software.amazon.awssdk:sts:2.32.21 " )
79
79
// Note: all org.testcontainers dependencies should have the same version
80
80
testImplementation(" org.testcontainers:testcontainers:1.21.2" )
81
81
testImplementation(" org.testcontainers:mysql:1.21.2" )
0 commit comments