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 @@ -49,13 +49,13 @@ dependencies {
4949 testImplementation(" commons-io:commons-io:2.21.0" )
5050 testImplementation(" org.hamcrest:hamcrest:3.0" )
5151 testImplementation(" org.jetbrains:annotations:26.0.2-1" )
52- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4 " )
53- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.11.4 " )
52+ testImplementation(" org.junit.jupiter:junit-jupiter-api:6.0.1 " )
53+ testImplementation(" org.junit.jupiter:junit-jupiter-params:6.0.1 " )
5454 testImplementation(" org.mockito:mockito-core:5.20.0" )
5555 testImplementation(" org.mockito:mockito-junit-jupiter:5.20.0" )
5656 testImplementation(" org.testcontainers:testcontainers-junit-jupiter:2.0.2" )
5757 testImplementation(" org.testcontainers:testcontainers:2.0.2" )
58- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.4 " )
58+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:6.0.1 " )
5959 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
6060}
6161
You can’t perform that action at this time.
0 commit comments