From 6fb813813a9763d7313ae9b7303e81ecb57e38b7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Aug 2023 08:56:02 +0200 Subject: [PATCH 1/2] Upgrade to Groovy 3.0.19 Closes gh-37055 --- 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 f0e4e9f8f1..cb528e8a9c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -422,7 +422,7 @@ bom { ] } } - library("Groovy", "3.0.18") { + library("Groovy", "3.0.19") { group("org.codehaus.groovy") { imports = [ "groovy-bom" From da1950a68922c1349ee7fe5e34341878696c0e3c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Aug 2023 08:56:03 +0200 Subject: [PATCH 2/2] Upgrade to Spring AMQP 2.4.15 Closes gh-36826 --- 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 cb528e8a9c..84c0449c03 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1714,7 +1714,7 @@ bom { ] } } - library("Spring AMQP", "2.4.15-SNAPSHOT") { + library("Spring AMQP", "2.4.15") { prohibit { versionRange "[3.0.0-M1,)" because "it uses Spring Framework 6"