Skip to content

Commit

Permalink
fix(deps): update dependency org.spockframework:spock-core to v2
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent d42722f commit e6c0fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jgiven-spock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Module for writing JGiven tests with Spock"
dependencies {
api project(':jgiven-junit')
implementation 'org.codehaus.groovy:groovy:2.5.23'
implementation ('org.spockframework:spock-core:1.3-groovy-2.5'){
implementation ('org.spockframework:spock-core:2.3-groovy-4.0'){
exclude(group: 'junit', module: 'junit')
}
implementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit e6c0fd1

Please sign in to comment.