PT #152509183 Use specific Gradle distro

This commit is contained in:
BoykoAlex
2017-11-06 12:30:30 -05:00
parent d906c2fddb
commit f3576e7ba7
3 changed files with 8 additions and 3 deletions

View File

@@ -90,7 +90,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-metadata</artifactId>
<version>1.5.1.RELEASE</version>
<version>1.5.8.RELEASE</version>
</dependency>
<!-- Test harness -->
@@ -118,7 +118,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>1.4.1.RELEASE</version>
<version>1.5.8.RELEASE</version>
<executions>
<execution>
<goals>