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 008cf58 commit b524b27Copy full SHA for b524b27
build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'org.springframework.boot' version '2.2.2.RELEASE'
3
id 'io.spring.dependency-management' version '1.0.8.RELEASE'
4
id 'java'
5
- id "au.com.dius.pact" version "4.3.19"
+ id "au.com.dius.pact" version "4.5.9"
6
}
7
8
group = 'com.example'
@@ -22,7 +22,7 @@ configurations {
22
dependencies {
23
implementation 'org.springframework.boot:spring-boot-starter-web'
24
implementation "org.apache.httpcomponents:fluent-hc:4.5.5"
25
- testImplementation 'au.com.dius.pact.consumer:junit5:4.3.19'
+ testImplementation 'au.com.dius.pact.consumer:junit5:4.5.9'
26
27
compileOnly 'org.projectlombok:lombok'
28
annotationProcessor 'org.projectlombok:lombok'
0 commit comments