Upgrade Spring versions

This commit is contained in:
Gary Russell
2019-08-05 10:51:46 -04:00
parent 0ca121a407
commit 2ec16f3280
64 changed files with 158 additions and 158 deletions

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.5.BUILD-SNAPSHOT</version>
<version>2.1.6.BUILD-SNAPSHOT</version>
</parent>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>splunk</artifactId>
@@ -183,21 +183,21 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.1.5.BUILD-SNAPSHOT</version>
<version>2.1.6.BUILD-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.1.7.RELEASE</version>
<version>5.1.9.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.1.5.RELEASE</version>
<version>5.1.7.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>