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 94e00c2 commit 4da5037Copy full SHA for 4da5037
build.gradle
@@ -26,7 +26,7 @@ dependencies {
26
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
27
testImplementation 'au.com.dius.pact.provider:junit:4.6.18'
28
testImplementation 'au.com.dius.pact.provider:junit5:4.6.18'
29
- testImplementation 'au.com.dius.pact.provider:spring6:4.6.17'
+ testImplementation 'au.com.dius.pact.provider:spring6:4.6.18'
30
31
runtimeOnly 'com.h2database:h2'
32
compileOnly 'org.projectlombok:lombok'
0 commit comments