File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ dependencies {
7979
8080 testImplementation(" org.spockframework:spock-core:2.3-groovy-4.0" )
8181 testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.7" )
82- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.13.4 " )
82+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:6.0.0 " )
8383}
8484
8585java {
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies {
5555 testRuntimeOnly(libs.logback)
5656 testImplementation(" org.spockframework:spock-core:2.3-groovy-4.0" )
5757 testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.7" )
58- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.13.4 " )
58+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:6.0.0 " )
5959}
6060tasks.check.get().shouldRunAfter(project(" :engine" ).tasks.check)
6161
You can’t perform that action at this time.
0 commit comments