From 6fb813813a9763d7313ae9b7303e81ecb57e38b7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Aug 2023 08:56:02 +0200 Subject: [PATCH 01/10] 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 02/10] 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" From 21c23a0763477d4d39cff9cf1cdf2e447c52eda2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Aug 2023 08:58:08 +0200 Subject: [PATCH 03/10] Upgrade to Groovy 4.0.14 Closes gh-37056 --- 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 035acb373e..23793a109f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -295,7 +295,7 @@ bom { ] } } - library("Groovy", "4.0.13") { + library("Groovy", "4.0.14") { group("org.apache.groovy") { imports = [ "groovy-bom" From 83cfa7bc9cbfceb8638399a21888eb1339528767 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Aug 2023 08:58:09 +0200 Subject: [PATCH 04/10] Upgrade to Spring AMQP 3.0.8 Closes gh-36832 --- 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 23793a109f..b9801ecad2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1338,7 +1338,7 @@ bom { ] } } - library("Spring AMQP", "3.0.8-SNAPSHOT") { + library("Spring AMQP", "3.0.8") { group("org.springframework.amqp") { imports = [ "spring-amqp-bom" From 22e00c71d3c0155383e408cf50f43912947c7533 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Aug 2023 08:58:09 +0200 Subject: [PATCH 05/10] Upgrade to Spring Kafka 3.0.10 Closes gh-36835 --- 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 b9801ecad2..270b7a2a57 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1388,7 +1388,7 @@ bom { ] } } - library("Spring Kafka", "3.0.10-SNAPSHOT") { + library("Spring Kafka", "3.0.10") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 7426d2140769b6e9cf0074578106959cfefe69c1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Aug 2023 08:58:10 +0200 Subject: [PATCH 06/10] Upgrade to Spring Security 6.0.6 Closes gh-36837 --- 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 270b7a2a57..1e9c0a7514 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1420,7 +1420,7 @@ bom { ] } } - library("Spring Security", "6.0.6-SNAPSHOT") { + library("Spring Security", "6.0.6") { group("org.springframework.security") { imports = [ "spring-security-bom" From 9729d37dce7ee091bc336c31559ffc2e3bd87751 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Aug 2023 09:00:23 +0200 Subject: [PATCH 07/10] Upgrade to Groovy 4.0.14 Closes gh-37057 --- 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 70c8e3248b..8da68f2ce6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -331,7 +331,7 @@ bom { ] } } - library("Groovy", "4.0.13") { + library("Groovy", "4.0.14") { group("org.apache.groovy") { imports = [ "groovy-bom" From 96522ec0cef52d05a2109d1918842b996d674671 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Aug 2023 09:00:24 +0200 Subject: [PATCH 08/10] Upgrade to Spring AMQP 3.0.8 Closes gh-36842 --- 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 8da68f2ce6..a28b5c4663 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1369,7 +1369,7 @@ bom { ] } } - library("Spring AMQP", "3.0.8-SNAPSHOT") { + library("Spring AMQP", "3.0.8") { group("org.springframework.amqp") { imports = [ "spring-amqp-bom" From e97e2895c53639e2e66fd854210317cfc9b1a2e4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Aug 2023 09:00:24 +0200 Subject: [PATCH 09/10] Upgrade to Spring Kafka 3.0.10 Closes gh-36846 --- 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 a28b5c4663..eab1beb655 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1426,7 +1426,7 @@ bom { ] } } - library("Spring Kafka", "3.0.10-SNAPSHOT") { + library("Spring Kafka", "3.0.10") { group("org.springframework.kafka") { modules = [ "spring-kafka", From e789b76e74efb5c61016a4e02b75b2323d8da71c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Aug 2023 09:00:24 +0200 Subject: [PATCH 10/10] Upgrade to Spring Security 6.1.3 Closes gh-36848 --- 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 eab1beb655..942adcdf13 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1458,7 +1458,7 @@ bom { ] } } - library("Spring Security", "6.1.3-SNAPSHOT") { + library("Spring Security", "6.1.3") { group("org.springframework.security") { imports = [ "spring-security-bom"