We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eadbdf commit 80dc48eCopy full SHA for 80dc48e
build.gradle
@@ -24,7 +24,7 @@ configurations {
24
dependencies {
25
implementation 'org.springframework.boot:spring-boot-starter-web'
26
implementation "org.apache.httpcomponents:fluent-hc:4.5.14"
27
- testImplementation 'au.com.dius.pact.consumer:junit5:4.6.19'
+ testImplementation 'au.com.dius.pact.consumer:junit5:4.6.20'
28
29
compileOnly 'org.projectlombok:lombok'
30
annotationProcessor 'org.projectlombok:lombok'
0 commit comments