@@ -32,28 +32,28 @@ if (useJacoco) {
3232}
3333
3434dependencies {
35- implementation (" org.checkerframework:checker-qual:3.49.5" )
35+ compileOnly (" org.checkerframework:checker-qual:3.49.5" )
3636 compileOnly(" org.apache.httpcomponents:httpclient:4.5.14" )
37- compileOnly(" software.amazon.awssdk:rds:2.32.25 " )
38- compileOnly(" software.amazon.awssdk:auth:2.32.25 " ) // Required for IAM (light implementation)
39- compileOnly(" software.amazon.awssdk:http-client-spi:2.32.25 " ) // Required for IAM (light implementation)
40- compileOnly(" software.amazon.awssdk:sts:2.32.25 " )
37+ compileOnly(" software.amazon.awssdk:rds:2.32.29 " )
38+ compileOnly(" software.amazon.awssdk:auth:2.32.29 " ) // Required for IAM (light implementation)
39+ compileOnly(" software.amazon.awssdk:http-client-spi:2.32.29 " ) // Required for IAM (light implementation)
40+ compileOnly(" software.amazon.awssdk:sts:2.32.29 " )
4141 compileOnly(" com.zaxxer:HikariCP:4.0.3" ) // Version 4.+ is compatible with Java 8
4242 compileOnly(" com.mchange:c3p0:0.11.0" )
43- compileOnly(" software.amazon.awssdk:secretsmanager:2.32.25 " )
43+ compileOnly(" software.amazon.awssdk:secretsmanager:2.32.29 " )
4444 compileOnly(" com.fasterxml.jackson.core:jackson-databind:2.19.0" )
4545 compileOnly(" com.mysql:mysql-connector-j:9.3.0" )
4646 compileOnly(" org.postgresql:postgresql:42.7.7" )
4747 compileOnly(" org.mariadb.jdbc:mariadb-java-client:3.5.3" )
4848 compileOnly(" org.osgi:org.osgi.core:6.0.0" )
49- compileOnly(" org.osgi:org.osgi.core:6.0.0" )
5049 compileOnly(" com.amazonaws:aws-xray-recorder-sdk-core:2.18.2" )
5150 compileOnly(" io.opentelemetry:opentelemetry-api:1.52.0" )
5251 compileOnly(" io.opentelemetry:opentelemetry-sdk:1.52.0" )
5352 compileOnly(" io.opentelemetry:opentelemetry-sdk-metrics:1.52.0" )
5453 compileOnly(" org.jsoup:jsoup:1.21.1" )
5554 compileOnly(" org.jetbrains.kotlin:kotlin-stdlib:2.1.21" )
5655
56+ testImplementation(" org.checkerframework:checker-qual:3.49.5" )
5757 testImplementation(" org.junit.platform:junit-platform-commons:1.13.4" )
5858 testImplementation(" org.junit.platform:junit-platform-engine:1.13.3" )
5959 testImplementation(" org.junit.platform:junit-platform-launcher:1.13.4" )
@@ -70,12 +70,12 @@ dependencies {
7070 testImplementation(" com.mchange:c3p0:0.11.0" )
7171 testImplementation(" org.springframework.boot:spring-boot-starter-jdbc:2.7.13" ) // 2.7.13 is the last version compatible with Java 8
7272 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.25 " )
74- testImplementation(" software.amazon.awssdk:auth:2.32.25 " ) // Required for IAM (light implementation)
75- testImplementation(" software.amazon.awssdk:http-client-spi:2.32.25 " ) // Required for IAM (light implementation)
76- testImplementation(" software.amazon.awssdk:ec2:2.32.25 " )
77- testImplementation(" software.amazon.awssdk:secretsmanager:2.32.25 " )
78- testImplementation(" software.amazon.awssdk:sts:2.32.25 " )
73+ testImplementation(" software.amazon.awssdk:rds:2.32.29 " , )
74+ testImplementation(" software.amazon.awssdk:auth:2.32.29 " ) // Required for IAM (light implementation)
75+ testImplementation(" software.amazon.awssdk:http-client-spi:2.32.29 " ) // Required for IAM (light implementation)
76+ testImplementation(" software.amazon.awssdk:ec2:2.32.29 " )
77+ testImplementation(" software.amazon.awssdk:secretsmanager:2.32.29 " )
78+ testImplementation(" software.amazon.awssdk:sts:2.32.29 " )
7979 // Note: all org.testcontainers dependencies should have the same version
8080 testImplementation(" org.testcontainers:testcontainers:1.21.2" )
8181 testImplementation(" org.testcontainers:mysql:1.21.2" )
0 commit comments