diff --git a/build.gradle b/build.gradle index 2ab913b..92cda2b 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies { compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' - testImplementation 'au.com.dius.pact.consumer:junit5:4.6.20' + testImplementation 'au.com.dius.pact.consumer:junit5:4.7.0' testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' }