From 5731a8ad53f4dc1de9f6244eb8ebafc06fcbf2e5 Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 23:47:47 +0000 Subject: [PATCH] fix(deps): update dependency au.com.dius.pact.provider:spring to v4.6.20 Ref: PACT-445 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6182788..5e595b9 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' testImplementation 'au.com.dius.pact.provider:junit:4.6.19' testImplementation 'au.com.dius.pact.provider:junit5:4.6.19' - testImplementation 'au.com.dius.pact.provider:spring:4.6.19' + testImplementation 'au.com.dius.pact.provider:spring:4.6.20' runtimeOnly 'com.h2database:h2' compileOnly 'org.projectlombok:lombok'