Upgrade to 2.1.16

This commit is contained in:
Gary Russell
2020-07-22 10:40:37 -04:00
parent 8f7f0ab3fd
commit afbf254842
6 changed files with 20 additions and 20 deletions

View File

@@ -5,7 +5,7 @@
<groupId>com.example</groupId>
<artifactId>spring-rabbit-global-errorhandler</artifactId>
<version>2.1.15.RELEASE</version>
<version>2.1.16.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.1.14.RELEASE</version>
<version>2.1.15.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@@ -33,13 +33,13 @@
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp</artifactId>
<version>2.1.15.RELEASE</version>
<version>2.1.16.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<version>2.1.15.RELEASE</version>
<version>2.1.16.RELEASE</version>
</dependency>
<dependency>