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

@@ -3,6 +3,9 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<properties>
<dependency-management-plugin.version>1.0.8.RELEASE</dependency-management-plugin.version>
</properties>
<parent>
<groupId>org.springframework.cloud</groupId>
@@ -46,7 +49,7 @@
<dependency>
<groupId>io.spring.gradle</groupId>
<artifactId>dependency-management-plugin</artifactId>
<version>1.0.4.RELEASE</version>
<version>${dependency-management-plugin.version}</version>
<scope>runtime</scope>
</dependency>
</dependencies>

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}"
}
}