File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ dependencies {
2222 compileOnly(gradleApi())
2323 testImplementation(gradleTestKit())
2424
25- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.2 " )
26- testImplementation(" org.junit.jupiter:junit-jupiter:5.13.2 " )
27- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.13.2 " )
28- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.13.1 " )
29- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.13.2 " )
25+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.3 " )
26+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13.3 " )
27+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.13.3 " )
28+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.13.3 " )
29+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.13.3 " )
3030
3131 testImplementation(" org.assertj:assertj-core:3.27.3" )
3232 testImplementation(" org.cthing:assertj-gradle:3.0.0" )
You can’t perform that action at this time.
0 commit comments