From ea5021054c8a84bb556f2997504612a5285987a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 19:25:10 +0000 Subject: [PATCH] chore(deps): bump au.com.dius.pact.provider:junit5spring Bumps [au.com.dius.pact.provider:junit5spring](https://github.com/pact-foundation/pact-jvm) from 4.6.17 to 4.7.3. - [Release notes](https://github.com/pact-foundation/pact-jvm/releases) - [Changelog](https://github.com/pact-foundation/pact-jvm/blob/master/CHANGELOG.md) - [Commits](https://github.com/pact-foundation/pact-jvm/commits) --- updated-dependencies: - dependency-name: au.com.dius.pact.provider:junit5spring dependency-version: 4.7.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2e4af02..ce52afa 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ springmockk = "5.0.1" testcontainers = "1.21.4" archunit = "1.4.2" awaitility = "4.3.0" -pact = "4.6.17" +pact = "4.7.3" detekt = "1.23.8"