diff --git a/build.gradle b/build.gradle index 2372df5..41f80e0 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.17' + testImplementation 'au.com.dius.pact.consumer:junit5:4.6.18' testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' }