Upgrade to SI 5.0.12, Boot 2.0.8

This commit is contained in:
Gary Russell
2019-02-15 10:23:04 -05:00
parent 7e8a67a7b8
commit 54e1088213
64 changed files with 89 additions and 89 deletions

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.7.RELEASE</version>
<version>2.0.8.RELEASE</version>
</parent>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>splunk</artifactId>
@@ -183,7 +183,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.0.7.RELEASE</version>
<version>2.0.8.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
@@ -197,7 +197,7 @@
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.0.11.RELEASE</version>
<version>5.0.12.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>