Skip to content

Commit c21ee9d

Browse files
Bump org.spockframework:spock-bom
Bumps org.spockframework:spock-bom from 2.4-M1-groovy-3.0 to 2.4-groovy-4.0-SNAPSHOT. --- updated-dependencies: - dependency-name: org.spockframework:spock-bom dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 69917a2 commit c21ee9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ dependencies {
9696
implementation 'org.yaml:snakeyaml:2.1'
9797

9898
testImplementation(localGroovy())
99-
testImplementation platform ("org.spockframework:spock-bom:2.4-M1-groovy-3.0")
99+
testImplementation platform ("org.spockframework:spock-bom:2.4-groovy-4.0-SNAPSHOT")
100100
testImplementation 'org.spockframework:spock-core'
101101
testImplementation 'net.bytebuddy:byte-buddy:1.14.8'
102102
testImplementation gradleTestKit()
103103

104104
testIntImplementation(localGroovy())
105-
testIntImplementation platform ("org.spockframework:spock-bom:2.4-M1-groovy-3.0")
105+
testIntImplementation platform ("org.spockframework:spock-bom:2.4-groovy-4.0-SNAPSHOT")
106106
testIntImplementation 'org.spockframework:spock-core'
107107
testIntImplementation 'net.bytebuddy:byte-buddy:1.14.8'
108108
testIntImplementation gradleTestKit()

0 commit comments

Comments
 (0)