diff --git a/build.gradle b/build.gradle index e3ee24e..3837409 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.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' }