Upgrade Versions

This commit is contained in:
Gary Russell
2021-06-09 13:58:56 -04:00
parent 3e55e4cf95
commit 28599e2d43
7 changed files with 33 additions and 18 deletions

View File

@@ -5,7 +5,7 @@
<groupId>com.example</groupId>
<artifactId>spring-rabbit-global-errorhandler</artifactId>
<version>2.2.16.RELEASE</version>
<version>2.2.18.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.3.9.RELEASE</version>
<version>2.3.11.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@@ -22,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<spring.amqp.version>2.2.16.RELEASE</spring.amqp.version>
<spring.amqp.version>2.2.18.RELEASE</spring.amqp.version>
</properties>
<dependencies>