From f397df88f6ff6d54774cb47a7d109673df98c5bb Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 09:30:37 +0000 Subject: [PATCH] chore(deps): update dependency au.com.dius.pact.consumer:junit5 to v4.6.17 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8128910..dbad996 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ configurations { dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation "org.apache.httpcomponents:fluent-hc:4.5.14" - testImplementation 'au.com.dius.pact.consumer:junit5:4.5.13' + testImplementation 'au.com.dius.pact.consumer:junit5:4.6.17' compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok'