From eef02259d79b8b343087b7c0df32f21bc63188f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:30:39 +0000 Subject: [PATCH] Bump org.springframework.cloud:spring-cloud-contract-wiremock Bumps [org.springframework.cloud:spring-cloud-contract-wiremock](https://github.com/spring-cloud/spring-cloud-contract) from 3.1.1 to 4.1.5. - [Release notes](https://github.com/spring-cloud/spring-cloud-contract/releases) - [Commits](https://github.com/spring-cloud/spring-cloud-contract/compare/v3.1.1...v4.1.5) --- updated-dependencies: - dependency-name: org.springframework.cloud:spring-cloud-contract-wiremock dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dc54e11d..3d63ef3f 100644 --- a/build.gradle +++ b/build.gradle @@ -245,7 +245,7 @@ dependencies { - testImplementation group: 'org.springframework.cloud', name: 'spring-cloud-contract-wiremock', version: '3.1.1' + testImplementation group: 'org.springframework.cloud', name: 'spring-cloud-contract-wiremock', version: '4.1.5' implementation (group: 'commons-beanutils', name: 'commons-beanutils', version: versions.commonsBeanUtils) { force = true