@@ -19,10 +19,10 @@ plugins {
1919dependencies {
2020 implementation(" org.checkerframework:checker-qual:3.22.+" )
2121
22- testImplementation(" org.junit.platform:junit-platform-commons:1.8.2 " )
23- testImplementation(" org.junit.platform:junit-platform-engine:1.8.2 " )
24- testImplementation(" org.junit.platform:junit-platform-launcher:1.8.2 " )
25- testImplementation(" org.junit.platform:junit-platform-suite-engine:1.8.2 " )
22+ testImplementation(" org.junit.platform:junit-platform-commons:1.8.+ " )
23+ testImplementation(" org.junit.platform:junit-platform-engine:1.8.+ " )
24+ testImplementation(" org.junit.platform:junit-platform-launcher:1.8.+ " )
25+ testImplementation(" org.junit.platform:junit-platform-suite-engine:1.8.+ " )
2626 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.8.+" )
2727 testImplementation(" org.junit.jupiter:junit-jupiter-params:5.8.+" )
2828 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
@@ -33,8 +33,8 @@ dependencies {
3333 testImplementation(" com.zaxxer:HikariCP:4.+" ) // version 4.+ is compatible with Java 8
3434 testImplementation(" org.springframework.boot:spring-boot-starter-jdbc:2.7.+" )
3535 testImplementation(" org.mockito:mockito-inline:4.+" )
36- testImplementation(" software.amazon.awssdk:rds:2.17.165 " )
37- testImplementation(" software.amazon.awssdk:ec2:2.17.165 " )
36+ testImplementation(" software.amazon.awssdk:rds:2.17.+ " )
37+ testImplementation(" software.amazon.awssdk:ec2:2.17.+ " )
3838 testImplementation(" org.testcontainers:testcontainers:1.17.+" )
3939 testImplementation(" org.testcontainers:mysql:1.17.+" )
4040 testImplementation(" org.testcontainers:postgresql:1.17.+" )
0 commit comments