File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ plugins {
44
55dependencies {
66 testImplementation(" org.mockito:mockito-core:5.21.0" )
7- testImplementation(" org.junit.jupiter:junit-jupiter-api:6.0.2 " )
8- testImplementation(" org.junit.jupiter:junit-jupiter-params:6.0.2 " )
7+ testImplementation(" org.junit.jupiter:junit-jupiter-api:6.0.3 " )
8+ testImplementation(" org.junit.jupiter:junit-jupiter-params:6.0.3 " )
99 testImplementation(" org.assertj:assertj-core:3.27.7" )
1010 testImplementation(" org.awaitility:awaitility:4.3.0" )
11- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:6.0.2 " )
12- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:6.0.2 " )
11+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:6.0.3 " )
12+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:6.0.3 " )
1313}
1414
1515tasks.getByName<Test >(" test" ) {
You can’t perform that action at this time.
0 commit comments