diff --git a/build.gradle b/build.gradle index ac71aa5..09fadd6 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.17' - testImplementation 'au.com.dius.pact.provider:spring6:4.5.13' + testImplementation 'au.com.dius.pact.provider:spring6:4.6.17' testImplementation 'org.apache.commons:commons-lang3:3.11' testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'