Skip to content

Commit b524b27

Browse files
committed
chore(deps): bump pact-jvm to 4.5.9
1 parent 008cf58 commit b524b27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'org.springframework.boot' version '2.2.2.RELEASE'
33
id 'io.spring.dependency-management' version '1.0.8.RELEASE'
44
id 'java'
5-
id "au.com.dius.pact" version "4.3.19"
5+
id "au.com.dius.pact" version "4.5.9"
66
}
77

88
group = 'com.example'
@@ -22,7 +22,7 @@ configurations {
2222
dependencies {
2323
implementation 'org.springframework.boot:spring-boot-starter-web'
2424
implementation "org.apache.httpcomponents:fluent-hc:4.5.5"
25-
testImplementation 'au.com.dius.pact.consumer:junit5:4.3.19'
25+
testImplementation 'au.com.dius.pact.consumer:junit5:4.5.9'
2626

2727
compileOnly 'org.projectlombok:lombok'
2828
annotationProcessor 'org.projectlombok:lombok'

0 commit comments

Comments
 (0)