We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a8133 commit 84138c0Copy full SHA for 84138c0
modules/spock/build.gradle
@@ -17,8 +17,9 @@ dependencies {
17
18
testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
19
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
20
- testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.3'
21
- testRuntimeOnly 'org.junit.platform:junit-platform-testkit:1.13.3'
+ testRuntimeOnly platform('org.junit:junit-bom:5.13.3')
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
22
+ testRuntimeOnly 'org.junit.platform:junit-platform-testkit'
23
24
testCompileOnly 'org.jetbrains:annotations:26.0.2'
25
}
0 commit comments