From 84853e63c517689324eca8b78bcf23cf9f7d28e8 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 04:30:50 +0000 Subject: [PATCH] fix(deps): update dependency au.com.dius.pact.consumer:junit5 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..f8c64a9 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ dependencies { implementation "org.apache.httpcomponents:fluent-hc:4.5.14" implementation 'com.graphql-java:graphql-java:26.0' - testImplementation 'au.com.dius.pact.consumer:junit5:4.7.2' + testImplementation 'au.com.dius.pact.consumer:junit5:4.7.3' testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' }