diff --git a/consumer/build.gradle b/consumer/build.gradle index 6966ca220..09618676c 100644 --- a/consumer/build.gradle +++ b/consumer/build.gradle @@ -19,7 +19,7 @@ dependencies { implementation 'org.slf4j:slf4j-api' implementation 'io.ktor:ktor-server-netty' implementation 'io.ktor:ktor-network-tls-certificates' - implementation('io.pact.plugin.driver:core:0.1.6') { + implementation('io.pact.plugin.driver:core:0.1.7') { exclude group: 'au.com.dius.pact.core' } implementation 'org.apache.commons:commons-lang3' diff --git a/consumer/groovy/build.gradle b/consumer/groovy/build.gradle index cb83a5604..d751e9775 100644 --- a/consumer/groovy/build.gradle +++ b/consumer/groovy/build.gradle @@ -14,7 +14,7 @@ dependencies { implementation 'com.github.mifmif:generex:1.0.2' implementation 'org.apache.commons:commons-lang3' implementation 'org.apache.commons:commons-collections4' - implementation('io.pact.plugin.driver:core:0.1.6') { + implementation('io.pact.plugin.driver:core:0.1.7') { exclude group: 'au.com.dius.pact.core' } diff --git a/core/matchers/build.gradle b/core/matchers/build.gradle index 3ab8e6ae1..7b9b17d21 100644 --- a/core/matchers/build.gradle +++ b/core/matchers/build.gradle @@ -20,7 +20,7 @@ dependencies { implementation 'org.atteo:evo-inflector:1.3' implementation 'com.github.ajalt:mordant:1.2.1' implementation 'com.github.zafarkhaja:java-semver:0.9.0' - implementation('io.pact.plugin.driver:core:0.1.6') { + implementation('io.pact.plugin.driver:core:0.1.7') { exclude group: 'au.com.dius.pact.core' } diff --git a/pact-specification-test/build.gradle b/pact-specification-test/build.gradle index 6800fcc13..668b9e1f1 100644 --- a/pact-specification-test/build.gradle +++ b/pact-specification-test/build.gradle @@ -12,7 +12,7 @@ dependencies { testImplementation 'org.apache.groovy:groovy' testImplementation 'org.apache.groovy:groovy-json' testImplementation 'org.apache.tika:tika-core' - testImplementation('io.pact.plugin.driver:core:0.1.6') { + testImplementation('io.pact.plugin.driver:core:0.1.7') { exclude group: 'au.com.dius.pact.core' } testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0' diff --git a/provider/build.gradle b/provider/build.gradle index 76cc0ffcf..0330843d9 100644 --- a/provider/build.gradle +++ b/provider/build.gradle @@ -16,7 +16,7 @@ dependencies { implementation 'commons-io:commons-io:2.11.0' implementation 'org.slf4j:slf4j-api' - implementation('io.pact.plugin.driver:core:0.1.6') { + implementation('io.pact.plugin.driver:core:0.1.7') { exclude group: 'au.com.dius.pact.core' } implementation 'org.apache.commons:commons-lang3' diff --git a/provider/junit5/build.gradle b/provider/junit5/build.gradle index 31f0a7df8..183f1864d 100644 --- a/provider/junit5/build.gradle +++ b/provider/junit5/build.gradle @@ -13,7 +13,7 @@ dependencies { api 'org.junit.jupiter:junit-jupiter-api:5.9.0' implementation 'org.slf4j:slf4j-api' - implementation('io.pact.plugin.driver:core:0.1.6') { + implementation('io.pact.plugin.driver:core:0.1.7') { exclude group: 'au.com.dius.pact.core' }