Upgrade to Spring AMQP 2.2.0.M4

This commit is contained in:
Gary Russell
2019-08-05 12:20:12 -04:00
parent ff6d2df34f
commit 3b9d1b0a11
7 changed files with 12 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
<groupId>com.example</groupId>
<artifactId>spring-rabbit-global-errorhandler</artifactId>
<version>2.2.0.M2</version>
<version>2.2.0.M4</version>
<packaging>jar</packaging>
<name>spring-rabbit-global-errorhandler</name>
@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.0.M3</version>
<version>2.2.0.M4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>