diff --git a/spring-cloud-contract.html b/spring-cloud-contract.html index b903991890..9ad79ed1f6 100644 --- a/spring-cloud-contract.html +++ b/spring-cloud-contract.html @@ -2120,7 +2120,7 @@ one to one to the contents of the repo.
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.4.0.BUILD-SNAPSHOT</version> + <version>1.4.2.BUILD-SNAPSHOT</version> <relativePath /> </parent> @@ -2537,7 +2537,9 @@ src/test/resources/contracts/myservice/shouldReturnUser.groovy stubsOutputDir = project.file("${project.buildDir}/stubs") // the following properties are used when you want to provide where the JAR with contract lays - contractDependency = new org.springframework.cloud.contract.verifier.plugin.ContractVerifierExtension.Dependency() + contractDependency { + stringNotation = '' + } contractsPath = '' contractsWorkOffline = false }