chore: update to Pact JVM 4.2.0-beta.1
[demos/example-siren] / provider / build.gradle
index 888cca5..dfadb06 100644 (file)
@@ -3,7 +3,7 @@ plugins {
        id 'io.spring.dependency-management' version '1.0.10.RELEASE'
        id 'java'
        id "io.freefair.lombok" version "5.2.1"
-       id "au.com.dius.pact" version "4.1.7"
+       id "au.com.dius.pact" version "4.2.0-beta.1"
        id "com.wiredforcode.spawn" version "0.8.2"
 }
 
@@ -12,6 +12,7 @@ version = '0.0.1'
 sourceCompatibility = '11'
 
 repositories {
+       mavenLocal()
        mavenCentral()
 }