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 ddc7ca1 commit 8fbccaaCopy full SHA for 8fbccaa
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.4'
23
24
- testImplementation 'au.com.dius.pact.consumer:junit5:4.6.17'
+ testImplementation 'au.com.dius.pact.consumer:junit5:4.6.18'
25
testImplementation('org.springframework.boot:spring-boot-starter-test') {
26
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
27
}
0 commit comments