Skip to content

Commit

Permalink
Update spock monorepo 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 Sep 21, 2023
1 parent cefcdfc commit a73181e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example-projects/spock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ repositories {
}

dependencies {
implementation "org.spockframework:spock-core:2.0-groovy-3.0"
implementation "org.spockframework:spock-junit4:2.1-groovy-3.0"
implementation "org.spockframework:spock-core:2.3-groovy-4.0"
implementation "org.spockframework:spock-junit4:2.3-groovy-4.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.10.0'
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-spock2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'groovy'
description = "Module for writing JGiven tests with Spock 2"

ext {
spock2_version = '2.1-groovy-3.0'
spock2_version = '2.3-groovy-4.0'
groovy_version = '3.0.19'
}

Expand Down

0 comments on commit a73181e

Please sign in to comment.