From 47cf52aed14a759bade506d22b8f1fe685cf219f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 12:00:06 +0000 Subject: [PATCH] Build(deps): bump springCloudContractVersion from 3.1.8 to 3.1.9 Bumps `springCloudContractVersion` from 3.1.8 to 3.1.9. Updates `org.springframework.cloud:spring-cloud-contract-gradle-plugin` from 3.1.8 to 3.1.9 Updates `org.springframework.cloud:spring-cloud-contract-dependencies` from 3.1.8 to 3.1.9 - [Release notes](https://github.com/spring-cloud/spring-cloud-build/releases) - [Commits](https://github.com/spring-cloud/spring-cloud-build/compare/v3.1.8...v3.1.9) --- updated-dependencies: - dependency-name: org.springframework.cloud:spring-cloud-contract-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.cloud:spring-cloud-contract-dependencies dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- applications/credhub-api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/credhub-api/build.gradle b/applications/credhub-api/build.gradle index 7465a2f35..df5737643 100644 --- a/applications/credhub-api/build.gradle +++ b/applications/credhub-api/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springCloudContractVersion = '3.1.8' + springCloudContractVersion = '3.1.9' } repositories { mavenCentral()