diff --git a/applications/credhub-api/build.gradle b/applications/credhub-api/build.gradle index 0bbf80393..dd4f2fdc7 100644 --- a/applications/credhub-api/build.gradle +++ b/applications/credhub-api/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springCloudContractVersion = '5.0.0' + springCloudContractVersion = '5.0.3' } repositories { def artifactRepoUrl = System.getenv("ARTIFACTORY_URL") @@ -28,7 +28,7 @@ apply plugin: 'kotlin' apply plugin: 'kotlin-spring' apply plugin: 'org.springframework.boot' apply plugin: 'io.spring.dependency-management' -apply plugin: 'spring-cloud-contract' +apply plugin: 'org.springframework.cloud.contract' apply from: "${rootDir.toPath()}/spring-cloud-contract-config.gradle" apply from: "${rootDir.toPath()}/kotlin.gradle" apply from: "${rootDir.toPath()}/ktlint.gradle"