File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ dependencies {
2424 compileOnly(gradleApi())
2525 testImplementation(gradleTestKit())
2626
27- testImplementation(" org.junit.jupiter:junit-jupiter-api:6.0.1 " )
28- testImplementation(" org.junit.jupiter:junit-jupiter:6.0.1 " )
29- testImplementation(" org.junit.jupiter:junit-jupiter-params:6.0.1 " )
30- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:6.0.1 " )
31- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:6.0.1 " )
27+ testImplementation(" org.junit.jupiter:junit-jupiter-api:6.0.3 " )
28+ testImplementation(" org.junit.jupiter:junit-jupiter:6.0.3 " )
29+ testImplementation(" org.junit.jupiter:junit-jupiter-params:6.0.3 " )
30+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:6.0.3 " )
31+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:6.0.3 " )
3232
3333 testImplementation(" org.assertj:assertj-core:3.27.6" )
3434 testImplementation(" org.cthing:assertj-gradle:3.0.0" )
You can’t perform that action at this time.
0 commit comments