Skip to content

Commit 84138c0

Browse files
committed
Use junit-bom in spock module
1 parent 00a8133 commit 84138c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/spock/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ dependencies {
1717

1818
testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
1919
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'
20+
testRuntimeOnly platform('org.junit:junit-bom:5.13.3')
21+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
22+
testRuntimeOnly 'org.junit.platform:junit-platform-testkit'
2223

2324
testCompileOnly 'org.jetbrains:annotations:26.0.2'
2425
}

0 commit comments

Comments
 (0)