From e31f4bc06d6a49850ebcb901097bc8fc3b7b8759 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 28 Oct 2020 07:53:07 +0100 Subject: [PATCH 1/3] Revert to Spring AMQP 2.1.17 See gh-23782 --- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 41fc7155af..e307e700cd 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -166,7 +166,7 @@ 7.7.3 5.1.19.RELEASE - 2.1.18.BUILD-SNAPSHOT + 2.1.17.RELEASE 4.1.4.RELEASE 2.0.7.RELEASE Lovelace-BUILD-SNAPSHOT From 505a713a08d6a7206f6039ae5cb09806e6459af6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 28 Oct 2020 07:53:39 +0100 Subject: [PATCH 2/3] Upgrade to Micrometer 1.1.19 Closes gh-23789 --- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index e307e700cd..9d727e8ff4 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -133,7 +133,7 @@ 1.2.3 1.18.16 2.3.0 - 1.1.18 + 1.1.19 1.9.13 2.23.4 1.9.2 From c02b16eeeb4f3cd4e6b3eace1452e1fe9c898696 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 28 Oct 2020 08:03:44 +0100 Subject: [PATCH 3/3] Upgrade to Lettuce 5.3.5.RELEASE Closes gh-23922 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 20924918e8..00b001eb7f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -990,7 +990,7 @@ bom { ] } } - library("Lettuce", "5.3.4.RELEASE") { + library("Lettuce", "5.3.5.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"