Fix Spring Boot Gradle plugin usage

* Upgrade dependencies
* Regenerate poms
This commit is contained in:
Artem Bilan
2020-06-23 10:09:17 -04:00
parent 85abae9647
commit c72d642f35
73 changed files with 1485 additions and 1483 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>testing-examples</artifactId>
<version>5.3.0.BUILD-SNAPSHOT</version>
<version>5.3.0.RELEASE</version>
<name>Testing Examples</name>
<description>Testing Examples</description>
<url>https://projects.spring.io/spring-integration</url>
@@ -102,7 +102,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.2</version>
<version>2.13.3</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -114,7 +114,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -195,21 +195,21 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.10.3</version>
<version>2.11.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.2.6.RELEASE</version>
<version>5.2.7.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.3.0.RELEASE</version>
<version>5.3.1.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>