From 850518129701551a63206d29cec56fb562000429 Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 05:26:07 +0000 Subject: [PATCH] chore(deps): update plugin au.com.dius.pact to v4.7.3 Ref: PACT-445 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a916378..bc68bbf 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'org.springframework.boot' version '4.1.0' id 'java' - id "au.com.dius.pact" version "4.7.2" + id "au.com.dius.pact" version "4.7.3" id "io.freefair.lombok" version "9.5.0" }