Skip to content

Commit

Permalink
fix(deps): update spock monorepo to v2.3-groovy-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 25, 2023
1 parent 71f9325 commit eb19707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ dependencies {
exclude group: 'org.ow2.asm'
}

testImplementation('org.spockframework:spock-core:2.1-groovy-3.0') {
testImplementation('org.spockframework:spock-core:2.3-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
}
testImplementation 'org.spockframework:spock-junit4:2.1-groovy-3.0'
testImplementation 'org.spockframework:spock-junit4:2.3-groovy-3.0'
testImplementation 'xmlunit:xmlunit:1.6'
testImplementation 'org.apache.commons:commons-lang3:3.12.0'
testImplementation 'com.google.guava:guava:31.1-jre'
Expand Down

0 comments on commit eb19707

Please sign in to comment.