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 e94d624 commit 3992c74Copy full SHA for 3992c74
build.gradle
@@ -21,7 +21,7 @@ dependencies {
21
implementation "org.apache.httpcomponents:fluent-hc:4.5.14"
22
implementation 'com.graphql-java:graphql-java:22.3'
23
24
- testImplementation 'au.com.dius.pact.consumer:junit5:4.5.13'
+ testImplementation 'au.com.dius.pact.consumer:junit5:4.6.17'
25
testImplementation('org.springframework.boot:spring-boot-starter-test') {
26
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
27
}
0 commit comments