Skip to content

Commit dd288ba

Browse files
Update dependency org.junit:junit-bom to v5.13.0
1 parent d5208bb commit dd288ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ task createClasspathManifest {
4747

4848
dependencies {
4949
testImplementation 'org.spockframework:spock-core:2.1-groovy-2.5'
50-
testImplementation platform('org.junit:junit-bom:5.9.2')
50+
testImplementation platform('org.junit:junit-bom:5.13.0')
5151
testImplementation 'org.junit.jupiter:junit-jupiter'
5252
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
5353
testImplementation 'org.junit.jupiter:junit-jupiter-params'

0 commit comments

Comments
 (0)