From fac429281d8d4cadefd3efbd0d56008aff2a3b5e Mon Sep 17 00:00:00 2001 From: Gareth Clay Date: Wed, 1 Jul 2020 11:49:48 +0100 Subject: [PATCH] Fix Spring Cloud App Broker Security CredHub name --- spring-cloud-app-broker-security-credhub/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-app-broker-security-credhub/build.gradle b/spring-cloud-app-broker-security-credhub/build.gradle index b6ef9f1..f24a2c7 100644 --- a/spring-cloud-app-broker-security-credhub/build.gradle +++ b/spring-cloud-app-broker-security-credhub/build.gradle @@ -14,7 +14,7 @@ * limitations under the License. */ -description = "Spring Cloud App Broker Deployer Security CredHub" +description = "Spring Cloud App Broker Security CredHub" dependencies { implementation enforcedPlatform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}")