@@ -13,32 +13,32 @@ repositories {
1313}
1414
1515dependencies {
16- testImplementation(" org.checkerframework:checker-qual:3.26 .0" )
17- testImplementation(" org.junit.platform:junit-platform-commons:1.9.0 " )
18- testImplementation(" org.junit.platform:junit-platform-engine:1.9.0 " )
19- testImplementation(" org.junit.platform:junit-platform-launcher:1.9.0 " )
20- testImplementation(" org.junit.platform:junit-platform-suite-engine:1.9.0 " )
21- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.1 " )
22- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.9.1 " )
16+ testImplementation(" org.checkerframework:checker-qual:3.49 .0" )
17+ testImplementation(" org.junit.platform:junit-platform-commons:1.11.4 " )
18+ testImplementation(" org.junit.platform:junit-platform-engine:1.11.4 " )
19+ testImplementation(" org.junit.platform:junit-platform-launcher:1.11.4 " )
20+ testImplementation(" org.junit.platform:junit-platform-suite-engine:1.11.4 " )
21+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4 " )
22+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.11.4 " )
2323 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
2424
25- testImplementation(" org.apache.commons:commons-dbcp2:2.9 .0" )
26- testImplementation(" org.postgresql:postgresql:42.5.0 " )
27- testImplementation(" mysql:mysql-connector-java:8.0.31 " )
28- testImplementation(" org.springframework.boot:spring-boot-starter-jdbc:2.7.4 " )
29- testImplementation(" org.mockito:mockito-inline:4.8 .0" )
30- testImplementation(" software.amazon.awssdk:rds:2.20.49 " )
31- testImplementation(" software.amazon.awssdk:ec2:2.20.61 " )
32- testImplementation(" software.amazon.awssdk:secretsmanager:2.20.49 " )
25+ testImplementation(" org.apache.commons:commons-dbcp2:2.12 .0" )
26+ testImplementation(" org.postgresql:postgresql:42.7.5 " )
27+ testImplementation(" mysql:mysql-connector-java:8.0.33 " )
28+ testImplementation(" org.springframework.boot:spring-boot-starter-jdbc:3.4.1 " )
29+ testImplementation(" org.mockito:mockito-inline:5.2 .0" )
30+ testImplementation(" software.amazon.awssdk:rds:2.30.6 " )
31+ testImplementation(" software.amazon.awssdk:ec2:2.30.6 " )
32+ testImplementation(" software.amazon.awssdk:secretsmanager:2.30.6 " )
3333 // Note: all org.testcontainers dependencies should have the same version
34- testImplementation(" org.testcontainers:testcontainers:1.21.2 " )
35- testImplementation(" org.testcontainers:mysql:1.21.2 " )
36- testImplementation(" org.testcontainers:postgresql:1.21.2 " )
37- testImplementation(" org.testcontainers:junit-jupiter:1.21.2 " )
38- testImplementation(" org.testcontainers:toxiproxy:1.21.2 " )
39- testImplementation(" org.apache.poi:poi-ooxml:5.2.2 " )
40- testImplementation(" org.slf4j:slf4j-simple:2.0.3 " )
41- testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.14 .2" )
34+ testImplementation(" org.testcontainers:testcontainers:2.0.3 " )
35+ testImplementation(" org.testcontainers:mysql:2.0.3 " )
36+ testImplementation(" org.testcontainers:postgresql:2.0.3 " )
37+ testImplementation(" org.testcontainers:junit-jupiter:2.0.3 " )
38+ testImplementation(" org.testcontainers:toxiproxy:2.0.3 " )
39+ testImplementation(" org.apache.poi:poi-ooxml:5.3.0 " )
40+ testImplementation(" org.slf4j:slf4j-simple:2.0.16 " )
41+ testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18 .2" )
4242}
4343
4444tasks.test {
0 commit comments