Skip to content

Commit 85d5f95

Browse files
Update dependency org.spockframework:spock-bom to v2.4-groovy-5.0
1 parent 8f5da0d commit 85d5f95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
// mandatory dependencies for using Spock
2424
implementation platform('org.apache.groovy:groovy-bom:4.0.29')
2525
implementation 'org.apache.groovy:groovy'
26-
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0")
26+
testImplementation platform("org.spockframework:spock-bom:2.4-groovy-5.0")
2727
testImplementation "org.spockframework:spock-core"
2828
testImplementation "org.spockframework:spock-junit4" // you can remove this if your code does not rely on old JUnit 4 rules
2929

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>org.spockframework</groupId>
7171
<artifactId>spock-bom</artifactId>
72-
<version>2.3-groovy-4.0</version>
72+
<version>2.4-groovy-5.0</version>
7373
<type>pom</type>
7474
<scope>import</scope>
7575
</dependency>

0 commit comments

Comments
 (0)