diff --git a/build.gradle b/build.gradle index eade7a6..6724a9a 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.3' - testImplementation 'au.com.dius.pact.consumer:junit5:4.5.13' + testImplementation 'au.com.dius.pact.consumer:junit5:4.6.17' testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' }