From f01eaa49c0987ea32b86946893af5aaeb893986d Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 4 Dec 2019 11:22:27 -0500 Subject: [PATCH] Upgrade to spring-amqp 2.2.2 --- helloworld/pom.xml | 4 ++-- stocks/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helloworld/pom.xml b/helloworld/pom.xml index f5b8232..1d66d67 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.springframework.samples.spring spring-rabbit-helloworld - 2.2.1.RELEASE + 2.2.2.RELEASE jar Spring AMQP Hello World https://www.spring.io @@ -16,7 +16,7 @@ true - 2.2.1.RELEASE + 2.2.2.RELEASE UTF-8 1.8 false diff --git a/stocks/pom.xml b/stocks/pom.xml index 499cdd6..ad0dca3 100644 --- a/stocks/pom.xml +++ b/stocks/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.samples.spring spring-rabbit-stocks - 2.2.1.RELEASE + 2.2.2.RELEASE war Spring Rabbit Stocks https://www.spring.io @@ -16,7 +16,7 @@ true 5.2.0.RELEASE - 2.2.1.RELEASE + 2.2.2.RELEASE UTF-8 1.8 false