Upgrade to 2.2.12; Boot 2.3.4

This commit is contained in:
Gary Russell
2020-10-28 10:38:02 -04:00
parent 1b664ef54e
commit e076376248
6 changed files with 16 additions and 16 deletions

View File

@@ -5,7 +5,7 @@
<groupId>com.example</groupId>
<artifactId>spring-rabbit-global-errorhandler</artifactId>
<version>2.2.11.RELEASE</version>
<version>2.2.12.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.3.RELEASE</version>
<version>2.3.4.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.11.RELEASE</spring.amqp.version>
<spring.amqp.version>2.2.12.RELEASE</spring.amqp.version>
</properties>
<dependencies>