We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb9fd9 commit 723f7beCopy full SHA for 723f7be
build.gradle
@@ -30,7 +30,7 @@ dependencies {
30
annotationProcessor 'org.projectlombok:lombok'
31
32
testImplementation 'au.com.dius.pact.provider:junit5:4.6.19'
33
- testImplementation 'au.com.dius.pact.provider:spring6:4.6.18'
+ testImplementation 'au.com.dius.pact.provider:spring6:4.6.19'
34
testImplementation 'org.apache.commons:commons-lang3:3.20.0'
35
testImplementation('org.springframework.boot:spring-boot-starter-test') {
36
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
0 commit comments