JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
In Groovy 4.0, the groupId of the maven coordinates for Groovy have changed from org.codehaus.groovy to org.apache.groovy. Please update your Gradle/Maven/other build settings appropriately.
In a common project you want to use pact-tests and rest-assured-tests. So you have this in your build.gradle
But then you get these errors
Then you could try
But upgrading to "org.apache.groovy:groovy" might be the better out-of-the-box solution...
See https://groovy-lang.org/releasenotes/groovy-4.0.html
In Groovy 4.0, the groupId of the maven coordinates for Groovy have changed from org.codehaus.groovy to org.apache.groovy. Please update your Gradle/Maven/other build settings appropriately.