Skip to content

Commit

Permalink
chore: upgrade to Spock 2.0-M3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Sep 20, 2020
1 parent 776e7ca commit 4165ca8
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion consumer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
testCompile "org.codehaus.groovy:groovy-xml:${project.groovyVersion}"
testCompile "org.codehaus.groovy:groovy-dateutil:${project.groovyVersion}"
testCompile 'org.hamcrest:hamcrest:2.1'
testCompile('org.spockframework:spock-core:2.0-M2-groovy-3.0') {
testCompile('org.spockframework:spock-core:2.0-M3-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
}
testCompile 'com.fasterxml.jackson.core:jackson-databind:2.11.0.rc1'
Expand Down
2 changes: 1 addition & 1 deletion consumer/java8/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
testRuntime "ch.qos.logback:logback-classic:${project.logbackVersion}"
testImplementation "org.codehaus.groovy:groovy:${project.groovyVersion}"
testImplementation "org.codehaus.groovy:groovy-json:${project.groovyVersion}"
testImplementation('org.spockframework:spock-core:2.0-M2-groovy-3.0') {
testImplementation('org.spockframework:spock-core:2.0-M3-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
}
}
2 changes: 1 addition & 1 deletion consumer/junit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
// Required for Java 9
testCompile 'javax.xml.bind:jaxb-api:2.3.0'
testRuntime "org.junit.vintage:junit-vintage-engine:${project.junit5Version}"
testCompile('org.spockframework:spock-core:2.0-M2-groovy-3.0') {
testCompile('org.spockframework:spock-core:2.0-M3-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
}
testRuntime "net.bytebuddy:byte-buddy:${project.bytebuddyVersion}"
Expand Down
2 changes: 1 addition & 1 deletion consumer/junit5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
testCompile 'org.mockito:mockito-core:2.28.2'
testCompile project(path: ":consumer:java8", configuration: 'default')
testCompile 'org.hamcrest:hamcrest:2.1'
testCompile('org.spockframework:spock-core:2.0-M2-groovy-3.0') {
testCompile('org.spockframework:spock-core:2.0-M3-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
}
testCompile "org.apache.httpcomponents:httpclient:${project.httpClientVersion}"
Expand Down
2 changes: 1 addition & 1 deletion consumer/specs2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
"ch.qos.logback:logback-classic:${project.logbackVersion}"
testRuntime "org.junit.vintage:junit-vintage-engine:${project.junit5Version}"
testCompile "org.codehaus.groovy:groovy:${project.groovyVersion}"
testCompile('org.spockframework:spock-core:2.0-M2-groovy-3.0') {
testCompile('org.spockframework:spock-core:2.0-M3-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
}
}
2 changes: 1 addition & 1 deletion core/matchers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
testRuntime "ch.qos.logback:logback-classic:${project.logbackVersion}"
testRuntime "org.junit.vintage:junit-vintage-engine:${project.junit5Version}"
testCompile "org.codehaus.groovy:groovy:${project.groovyVersion}"
testCompile('org.spockframework:spock-core:2.0-M2-groovy-3.0') {
testCompile('org.spockframework:spock-core:2.0-M3-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
}
}
2 changes: 1 addition & 1 deletion core/model/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
testCompile "org.codehaus.groovy:groovy-json:${project.groovyVersion}"
testRuntime "org.junit.vintage:junit-vintage-engine:${project.junit5Version}"
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.3.2'
testCompile('org.spockframework:spock-core:2.0-M2-groovy-3.0') {
testCompile('org.spockframework:spock-core:2.0-M3-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
}
testCompile "junit:junit:${project.junitVersion}"
Expand Down
2 changes: 1 addition & 1 deletion core/pactbroker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
testCompile "ch.qos.logback:logback-classic:${project.logbackVersion}"
testCompile "org.codehaus.groovy:groovy:${project.groovyVersion}"
testCompile "org.codehaus.groovy:groovy-json:${project.groovyVersion}"
testCompile('org.spockframework:spock-core:2.0-M2-groovy-3.0') {
testCompile('org.spockframework:spock-core:2.0-M3-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
}
testRuntime "net.bytebuddy:byte-buddy:${project.bytebuddyVersion}"
Expand Down
2 changes: 1 addition & 1 deletion core/support/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
testRuntime "org.junit.vintage:junit-vintage-engine:${project.junit5Version}"
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.3.2'
testCompile 'org.hamcrest:hamcrest:2.1'
testCompile('org.spockframework:spock-core:2.0-M2-groovy-3.0') {
testCompile('org.spockframework:spock-core:2.0-M3-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
}
testCompile "junit:junit:${project.junitVersion}"
Expand Down
2 changes: 1 addition & 1 deletion pact-jvm-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {

testRuntime "org.junit.vintage:junit-vintage-engine:${project.junit5Version}"
testCompile "org.codehaus.groovy:groovy:${project.groovyVersion}"
testCompile('org.spockframework:spock-core:2.0-M2-groovy-3.0') {
testCompile('org.spockframework:spock-core:2.0-M3-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
}
testRuntime "net.bytebuddy:byte-buddy:${project.bytebuddyVersion}"
Expand Down
2 changes: 1 addition & 1 deletion pact-publish/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
}
testRuntime "org.junit.vintage:junit-vintage-engine:${project.junit5Version}"
testRuntime "ch.qos.logback:logback-classic:${project.logbackVersion}"
testCompile('org.spockframework:spock-core:2.0-M2-groovy-3.0') {
testCompile('org.spockframework:spock-core:2.0-M3-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
}
}
Expand Down
2 changes: 1 addition & 1 deletion pact-specification-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
testRuntime "org.junit.vintage:junit-vintage-engine:${project.junit5Version}"
testCompile "org.codehaus.groovy:groovy:${project.groovyVersion}"
testCompile "org.codehaus.groovy:groovy-json:${project.groovyVersion}"
testCompile('org.spockframework:spock-core:2.0-M2-groovy-3.0') {
testCompile('org.spockframework:spock-core:2.0-M3-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
}
}
2 changes: 1 addition & 1 deletion provider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
testRuntime "org.junit.vintage:junit-vintage-engine:${project.junit5Version}"
testCompile 'org.mockito:mockito-core:2.28.2'
testCompile 'javax.xml.bind:jaxb-api:2.3.1'
testCompile('org.spockframework:spock-core:2.0-M2-groovy-3.0') {
testCompile('org.spockframework:spock-core:2.0-M3-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
}
testCompile 'org.hamcrest:hamcrest:2.1'
Expand Down
2 changes: 1 addition & 1 deletion provider/junit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
testCompile 'javax.xml.bind:jaxb-api:2.3.0'
testRuntime "org.junit.vintage:junit-vintage-engine:${project.junit5Version}"
testCompile "org.codehaus.groovy:groovy:${project.groovyVersion}"
testCompile('org.spockframework:spock-core:2.0-M2-groovy-3.0') {
testCompile('org.spockframework:spock-core:2.0-M3-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
}
testRuntime "net.bytebuddy:byte-buddy:${project.bytebuddyVersion}"
Expand Down
2 changes: 1 addition & 1 deletion provider/junit5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
testRuntime "org.junit.jupiter:junit-jupiter-engine:${project.junit5Version}"
testRuntime "org.junit.vintage:junit-vintage-engine:${project.junit5Version}"
testCompile "org.codehaus.groovy:groovy:${project.groovyVersion}"
testCompile('org.spockframework:spock-core:2.0-M2-groovy-3.0') {
testCompile('org.spockframework:spock-core:2.0-M3-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
}
testRuntime "net.bytebuddy:byte-buddy:${project.bytebuddyVersion}"
Expand Down
2 changes: 1 addition & 1 deletion provider/junit5spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test:2.2.5.RELEASE'
testImplementation 'org.springframework.boot:spring-boot-starter-web:2.2.5.RELEASE'
testImplementation "org.codehaus.groovy:groovy:${project.groovyVersion}"
testImplementation('org.spockframework:spock-core:2.0-M2-groovy-3.0') {
testImplementation('org.spockframework:spock-core:2.0-M3-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
}
}
2 changes: 1 addition & 1 deletion provider/lein/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {

testRuntime 'org.clojure:tools.nrepl:0.2.13'
testRuntime "org.junit.vintage:junit-vintage-engine:${project.junit5Version}"
testCompile('org.spockframework:spock-core:2.0-M2-groovy-3.0') {
testCompile('org.spockframework:spock-core:2.0-M3-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
}

Expand Down
2 changes: 1 addition & 1 deletion provider/maven/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
testRuntime "org.junit.vintage:junit-vintage-engine:${project.junit5Version}"
testCompile "org.codehaus.groovy:groovy:${project.groovyVersion}"
testCompile "org.codehaus.groovy:groovy-nio:${project.groovyVersion}"
testCompile('org.spockframework:spock-core:2.0-M2-groovy-3.0') {
testCompile('org.spockframework:spock-core:2.0-M3-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
}
testRuntime "net.bytebuddy:byte-buddy:${project.bytebuddyVersion}"
Expand Down
2 changes: 1 addition & 1 deletion provider/scalasupport/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
testCompile "org.codehaus.groovy:groovy:${project.groovyVersion}"
testCompile "org.codehaus.groovy:groovy-json:${project.groovyVersion}"
testRuntime "org.junit.vintage:junit-vintage-engine:${project.junit5Version}"
testCompile('org.spockframework:spock-core:2.0-M2-groovy-3.0') {
testCompile('org.spockframework:spock-core:2.0-M3-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
}
testCompile "junit:junit:${project.junitVersion}"
Expand Down
2 changes: 1 addition & 1 deletion provider/spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
testCompile group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '2.2.5.RELEASE'
testRuntime "org.junit.vintage:junit-vintage-engine:${project.junit5Version}"
testCompile "org.codehaus.groovy:groovy:${project.groovyVersion}"
testCompile('org.spockframework:spock-core:2.0-M2-groovy-3.0') {
testCompile('org.spockframework:spock-core:2.0-M3-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
}
testRuntime "net.bytebuddy:byte-buddy:${project.bytebuddyVersion}"
Expand Down

0 comments on commit 4165ca8

Please sign in to comment.