Upgrade to Spring AMQP 2.0.11

This commit is contained in:
Gary Russell
2019-01-10 11:44:40 -05:00
parent fe3ed1a6f5
commit b3db782e7e
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.0.9.RELEASE</version>
<version>2.0.11.RELEASE</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.0.5.RELEASE</version>
<version>2.0.7.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>