X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=provider%2Fbuild.gradle;fp=provider%2Fbuild.gradle;h=b5e461b4d905d822940e1f60cbbd4122dcf0851b;hb=22ec4700f6d4519c71ab115e2d33fb053d00940f;hp=72293344fdfdcdd88bd78770a2ff8b6e1a711bce;hpb=b7873cf81430e1c8aaefa9a32a04496d73cbf160;p=demos%2Fexample-siren diff --git a/provider/build.gradle b/provider/build.gradle index 7229334..b5e461b 100644 --- a/provider/build.gradle +++ b/provider/build.gradle @@ -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.2.0-beta.1" + id "au.com.dius.pact" version "4.2.2" id "com.wiredforcode.spawn" version "0.8.2" } @@ -19,11 +19,12 @@ repositories { dependencies { implementation 'org.springframework.boot:spring-boot-starter-hateoas' implementation 'com.jayway.jsonpath:json-path' - implementation 'de.ingogriebsch.hateoas:spring-hateoas-siren:1.0.0-M2' + implementation 'de.ingogriebsch.hateoas:spring-hateoas-siren:1.0.0' testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' } + testImplementation 'au.com.dius.pact.provider:junit5spring:4.2.2' } test {