We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86620e commit edccb85Copy full SHA for edccb85
1 file changed
build.gradle
@@ -25,7 +25,7 @@ dependencies {
25
implementation 'org.springframework.boot:spring-boot-starter-web'
26
implementation 'org.springframework.boot:spring-boot-starter-graphql'
27
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
28
- testImplementation 'au.com.dius.pact.provider:junit:4.6.19'
+ testImplementation 'au.com.dius.pact.provider:junit:4.6.20'
29
testImplementation 'au.com.dius.pact.provider:junit5:4.6.19'
30
testImplementation 'au.com.dius.pact.provider:spring:4.6.19'
31
0 commit comments