From b524b27e6690d8cef563469df34e700e7ceba536 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Fri, 24 May 2024 16:05:18 +0100 Subject: [PATCH] chore(deps): bump pact-jvm to 4.5.9 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f5f6208..6773bff 100644 --- a/build.gradle +++ b/build.gradle @@ -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' @@ -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'