Upgrade to Spring Cloud Contract 1.2.1.RELEASE

See gh-508
This commit is contained in:
Stephane Nicoll
2018-01-05 13:26:51 +01:00
parent 7964a91d2e
commit e90fb7ba13

View File

@@ -81,7 +81,7 @@
<dependency> <dependency>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-dependencies</artifactId> <artifactId>spring-cloud-contract-dependencies</artifactId>
<version>1.2.0.RELEASE</version> <version>1.2.1.RELEASE</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>