Skip to content

Commit

Permalink
chore(deps): bump pact-jvm to 4.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 24, 2024
1 parent 008cf58 commit b524b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'org.springframework.boot' version '2.2.2.RELEASE'
id 'io.spring.dependency-management' version '1.0.8.RELEASE'
id 'java'
id "au.com.dius.pact" version "4.3.19"
id "au.com.dius.pact" version "4.5.9"
}

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

compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
Expand Down

0 comments on commit b524b27

Please sign in to comment.