Skip to content

Commit

Permalink
Update dependency org.spockframework:spock-core to v2.3-groovy-4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] authored Jan 22, 2023
1 parent 1362d6b commit accbf39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example-projects/spock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {
}

dependencies {
implementation "org.spockframework:spock-core:2.0-groovy-3.0"
implementation "org.spockframework:spock-core:2.3-groovy-4.0"
implementation "org.spockframework:spock-junit4:2.1-groovy-3.0"
testImplementation "com.tngtech.jgiven:jgiven-spock:${jGivenVersion}"
}
Expand Down
2 changes: 1 addition & 1 deletion jgiven-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {

testImplementation project(':jgiven-junit5')
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
}

test{
Expand Down
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.21'
implementation 'org.spockframework:spock-core:1.3-groovy-2.5'
implementation 'org.spockframework:spock-core:2.3-groovy-4.0'

testImplementation project(':jgiven-html5-report')
}
Expand Down

0 comments on commit accbf39

Please sign in to comment.