Skip to content

Commit 2cf72c0

Browse files
Update dependency org.junit:junit-bom to v5.9.2 (#63)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6263f54 commit 2cf72c0

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.1')
50+
testImplementation platform('org.junit:junit-bom:5.9.2')
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)