We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d364c commit 500465eCopy full SHA for 500465e
build.gradle
@@ -28,7 +28,7 @@ dependencies {
28
compileOnly 'org.projectlombok:lombok'
29
annotationProcessor 'org.projectlombok:lombok'
30
31
- testImplementation 'au.com.dius.pact.consumer:junit5:4.5.13'
+ testImplementation 'au.com.dius.pact.consumer:junit5:4.6.17'
32
testImplementation('org.springframework.boot:spring-boot-starter-test') {
33
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
34
}
0 commit comments