Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit 1b2aca7

Browse files
Update dependency org.spockframework:spock-bom to v2.3-groovy-4.0
1 parent e89aa62 commit 1b2aca7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

acceptance-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
dependencies {
1010
implementation parent
1111

12-
testImplementation platform('org.spockframework:spock-bom:2.1-groovy-3.0')
12+
testImplementation platform('org.spockframework:spock-bom:2.3-groovy-4.0')
1313
testImplementation 'org.spockframework:spock-core'
1414
}
1515

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3'
1616
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.3'
1717

18-
testImplementation platform('org.spockframework:spock-bom:2.1-groovy-3.0')
18+
testImplementation platform('org.spockframework:spock-bom:2.3-groovy-4.0')
1919
testImplementation 'org.spockframework:spock-core'
2020

2121
testRuntimeOnly 'cglib:cglib-nodep:3.3.0'

0 commit comments

Comments
 (0)