From 6a54bf8e6a83f42cbe4df19e51c0cbc4721a3ef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 18:41:37 +0000 Subject: [PATCH] Bump spring-amqp from 2.2.11.RELEASE to 2.2.19.RELEASE in /order-service Bumps [spring-amqp](https://github.com/spring-projects/spring-amqp) from 2.2.11.RELEASE to 2.2.19.RELEASE. - [Release notes](https://github.com/spring-projects/spring-amqp/releases) - [Commits](https://github.com/spring-projects/spring-amqp/compare/v2.2.11.RELEASE...v2.2.19.RELEASE) --- updated-dependencies: - dependency-name: org.springframework.amqp:spring-amqp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- order-service/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/order-service/pom.xml b/order-service/pom.xml index b6ba17d..5f6190d 100644 --- a/order-service/pom.xml +++ b/order-service/pom.xml @@ -40,7 +40,7 @@ org.springframework.amqp spring-amqp - 2.2.11.RELEASE + 2.2.19.RELEASE