Update to Boot 1.5.12
This commit is contained in:
13
pom.xml
13
pom.xml
@@ -10,7 +10,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-build</artifactId>
|
||||
<version>1.3.8.RELEASE</version>
|
||||
<version>1.3.9.RELEASE</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
<java.version>1.8</java.version>
|
||||
<spring-cloud-stream.version>Ditmars.SR3</spring-cloud-stream.version>
|
||||
<spring-cloud-task.version>1.1.2.RELEASE</spring-cloud-task.version>
|
||||
<wrapper.version>1.0.9.RELEASE</wrapper.version>
|
||||
<spring-boot.version>1.5.11.RELEASE</spring-boot.version>
|
||||
<wrapper.version>1.0.10.RELEASE</wrapper.version>
|
||||
<spring-boot.version>1.5.12.RELEASE</spring-boot.version>
|
||||
<docs.main>spring-cloud-function</docs.main>
|
||||
</properties>
|
||||
|
||||
@@ -46,6 +46,13 @@
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-dependencies</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user