Skip to content

Commit

Permalink
Update dependency org.spockframework:spock-bom to v2.3-groovy-4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 24, 2023
1 parent 070503f commit 2f12b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acceptance-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
dependencies {
implementation parent

testImplementation platform('org.spockframework:spock-bom:2.1-groovy-3.0')
testImplementation platform('org.spockframework:spock-bom:2.3-groovy-4.0')
testImplementation 'org.spockframework:spock-core'
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.0'

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

testRuntimeOnly 'cglib:cglib-nodep:3.3.0'
Expand Down

0 comments on commit 2f12b91

Please sign in to comment.