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 fd9e353 commit 2d9e553Copy full SHA for 2d9e553
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.6.17'
+ testImplementation 'au.com.dius.pact.consumer:junit5:4.6.18'
32
testImplementation('org.springframework.boot:spring-boot-starter-test') {
33
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
34
}
0 commit comments