diff --git a/build.gradle b/build.gradle index 8fe1f91..f0dc217 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ configurations { dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation "org.apache.httpcomponents:fluent-hc:4.5.14" - testImplementation 'au.com.dius.pact.consumer:junit5:4.6.17' + testImplementation 'au.com.dius.pact.consumer:junit5:4.6.18' compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok'