We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e82b4 commit 6bf6411Copy full SHA for 6bf6411
build.gradle
@@ -27,7 +27,7 @@ dependencies {
27
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
28
testImplementation 'au.com.dius.pact.provider:junit:4.6.17'
29
testImplementation 'au.com.dius.pact.provider:junit5:4.6.17'
30
- testImplementation 'au.com.dius.pact.provider:spring:4.5.13'
+ testImplementation 'au.com.dius.pact.provider:spring:4.6.17'
31
32
runtimeOnly 'com.h2database:h2'
33
compileOnly 'org.projectlombok:lombok'
0 commit comments