From 39d5dae3804c9625d54257fc33c1fbf48cf6db75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 12:55:24 +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.3. - [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.3) --- 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 b36c04a1..194a46df 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.3' implementation (group: 'commons-beanutils', name: 'commons-beanutils', version: versions.commonsBeanUtils) { force = true