diff --git a/build.gradle b/build.gradle index abdbf99..482c22b 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencies { annotationProcessor 'org.projectlombok:lombok' testImplementation 'au.com.dius.pact.provider:junit5:4.6.19' - testImplementation 'au.com.dius.pact.provider:spring6:4.6.18' + testImplementation 'au.com.dius.pact.provider:spring6:4.6.19' testImplementation 'org.apache.commons:commons-lang3:3.20.0' testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'