Bumped dependency-management-plugin to 1.0.8

fixes gh-1146
This commit is contained in:
Marcin Grzejszczak
2019-08-01 09:04:40 +02:00
parent a4ab79c5d0
commit 3cc125209e
2 changed files with 5 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ buildscript {
}
dependencies {
classpath "io.spring.gradle:dependency-management-plugin:1.0.6.RELEASE"
classpath "io.spring.gradle:dependency-management-plugin:1.0.8.RELEASE"
classpath "org.springframework.cloud:spring-cloud-contract-gradle-plugin:${verifierVersion}"
}
}