diff --git a/build.gradle b/build.gradle index bf063ca..bc9966c 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ dependencies { implementation "org.apache.httpcomponents:fluent-hc:4.5.14" implementation 'com.graphql-java:graphql-java:22.4' - testImplementation 'au.com.dius.pact.consumer:junit5:4.6.18' + testImplementation 'au.com.dius.pact.consumer:junit5:4.6.19' testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' }