Upgrade dependencies

This commit is contained in:
Artem Bilan
2019-05-23 10:24:15 -04:00
parent 1e451776ef
commit a18f69b5b8
6 changed files with 6 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
</description>
<properties>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<spring.framework.version>5.1.6.RELEASE</spring.framework.version>
<spring.framework.version>5.2.0.M2</spring.framework.version>
<spring.amqp.version>2.2.0.M2</spring.amqp.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.0.M2</version>
<version>2.2.0.M3</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.0.M2</version>
<version>2.2.0.M3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.0.M2</version>
<version>2.2.0.M3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@@ -33,7 +33,6 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.8</version> <!-- TODO - remove after boot upgrade -->
</dependency>
<dependency>

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.0.M2</version>
<version>2.2.0.M3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@@ -33,7 +33,6 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.8</version> <!-- TODO - remove after boot upgrade -->
</dependency>
<dependency>

View File

@@ -15,7 +15,7 @@
</description>
<properties>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<spring.framework.version>5.1.6.RELEASE</spring.framework.version>
<spring.framework.version>5.2.0.M2</spring.framework.version>
<spring.amqp.version>2.2.0.M2</spring.amqp.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>