File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ tasks {
6565 }
6666
6767 withType<Test >().configureEach {
68- useJUnitPlatform()
68+ useJUnitPlatform(" 5.13.4 " )
6969
7070 val maxTestRetries = gradle.startParameter.projectProperties[" maxTestRetries" ]?.toInt() ? : 0
7171 develocity.testRetry {
@@ -147,15 +147,11 @@ dependencies {
147147
148148testing {
149149 suites.withType(JvmTestSuite ::class ).configureEach {
150- useJUnitJupiter()
150+ useJUnitJupiter(" 5.13.4 " )
151151
152152 dependencies {
153153 implementation(project(project.path))
154154
155- // this is only needed to establish the version of JUnit we want to use
156- // since Renovate doesn't currently understand useJUnitJupiter("<version>")
157- implementation(" org.junit.jupiter:junit-jupiter-api:5.14.0" )
158-
159155 implementation(enforcedPlatform(" org.testcontainers:testcontainers-bom:1.21.3" ))
160156 implementation(enforcedPlatform(" com.google.guava:guava-bom:33.5.0-jre" ))
161157 implementation(enforcedPlatform(" com.linecorp.armeria:armeria-bom:1.33.4" ))
You can’t perform that action at this time.
0 commit comments