File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ dependencies {
5252 testImplementation(" commons-io:commons-io:2.20.0" )
5353 testImplementation(" org.hamcrest:hamcrest:3.0" )
5454 testImplementation(" org.jetbrains:annotations:26.0.2" )
55- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4 " )
56- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.11.4 " )
55+ testImplementation(" org.junit.jupiter:junit-jupiter-api:6.0.0 " )
56+ testImplementation(" org.junit.jupiter:junit-jupiter-params:6.0.0 " )
5757 testImplementation(" org.mockito:mockito-core:5.20.0" )
5858 testImplementation(" org.mockito:mockito-junit-jupiter:5.20.0" )
5959 testImplementation(" org.testcontainers:testcontainers-junit-jupiter:2.0.1" )
6060 testImplementation(" org.testcontainers:testcontainers:2.0.1" )
61- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.4 " )
61+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:6.0.0 " )
6262 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
6363}
6464
You can’t perform that action at this time.
0 commit comments