Update Boot versions in POJO sample

This commit is contained in:
Dave Syer
2018-06-15 12:06:54 +01:00
parent 8c7c8f9a1c
commit db2c17289f

View File

@@ -13,16 +13,14 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.1.RELEASE</version>
<version>2.0.3.RELEASE</version>
<relativePath />
</parent>
<properties>
<java.version>1.8</java.version>
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
<wrapper.version>1.0.11.BUILD-SNAPSHOT</wrapper.version>
<reactor.version>3.1.2.RELEASE</reactor.version>
<maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
<wrapper.version>1.0.11.RELEASE</wrapper.version>
</properties>
<dependencies>