From ddd5ad3b80c1c3c43f4110bf4494f71015ac87bc Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 04:32:11 +0000 Subject: [PATCH] fix(deps): update dependency au.com.dius.pact.provider:junit5 to v4.7.4 Ref: PACT-445 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e51f7c8..24b4552 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-data-jpa' testImplementation 'au.com.dius.pact.provider:junit:4.7.4' - testImplementation 'au.com.dius.pact.provider:junit5:4.7.3' + testImplementation 'au.com.dius.pact.provider:junit5:4.7.4' testImplementation 'au.com.dius.pact.provider:spring6:4.7.4' runtimeOnly 'com.h2database:h2'