From 9973937af314e85390f2452d06964d0142d7ae1f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jul 2021 17:15:50 +0100 Subject: [PATCH 1/2] Upgrade to Spring AMQP 2.3.10 Closes gh-27391 --- 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 2c85e78b0d7..bdcd285cf39 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1544,7 +1544,7 @@ bom { ] } } - library("Spring AMQP", "2.3.9") { + library("Spring AMQP", "2.3.10") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 9d64269552a3370950879f45a02d6d9f5df8ead1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jul 2021 17:16:28 +0100 Subject: [PATCH 2/2] Upgrade to Logback 1.2.4 Closes gh-27380 --- 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 bdcd285cf39..00292d0b06b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -963,7 +963,7 @@ bom { ] } } - library("Logback", "1.2.3") { + library("Logback", "1.2.4") { group("ch.qos.logback") { modules = [ "logback-access",