From 07ba83be5d11bab5ff5861ecb3202fd272a70295 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 07:56:56 +0200 Subject: [PATCH 1/8] Upgrade to Spring LDAP 2.3.7 Closes gh-30589 --- 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 b79e59c003..1c9bedb69f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1744,7 +1744,7 @@ bom { ] } } - library("Spring LDAP", "2.3.7.BUILD-SNAPSHOT") { + library("Spring LDAP", "2.3.7.RELEASE") { group("org.springframework.ldap") { modules = [ "spring-ldap-core", From c25a2eb274601df0a0bdc3dd76166aaf23794738 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 07:57:19 +0200 Subject: [PATCH 2/8] Upgrade to Spring Security 5.5.6 Closes gh-30593 --- 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 1c9bedb69f..c2b890e418 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1774,7 +1774,7 @@ bom { ] } } - library("Spring Security", "5.5.6-SNAPSHOT") { + library("Spring Security", "5.5.6") { group("org.springframework.security") { imports = [ "spring-security-bom" From 1c08f503ba90e850226ae7a751c07b35946bb9e0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 07:59:18 +0200 Subject: [PATCH 3/8] Upgrade to Spring AMQP 2.3.16 Closes gh-30699 --- 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 c2b890e418..f4cae08121 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1688,7 +1688,7 @@ bom { ] } } - library("Spring AMQP", "2.3.16-SNAPSHOT") { + library("Spring AMQP", "2.3.16") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 0ad6ae9a03b14692fbfaa8d92eb4bce6fce19d02 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 07:59:57 +0200 Subject: [PATCH 4/8] Upgrade to Spring Kafka 2.7.13 Closes gh-30592 --- 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 f4cae08121..088668836c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1736,7 +1736,7 @@ bom { ] } } - library("Spring Kafka", "2.7.13-SNAPSHOT") { + library("Spring Kafka", "2.7.13") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 376aa199baee314d33058843e34123c6293747cc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 08:03:54 +0200 Subject: [PATCH 5/8] Upgrade to Spring LDAP 2.3.7 Closes gh-30598 --- 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 9bdd210cab..ac90919fab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1728,7 +1728,7 @@ bom { ] } } - library("Spring LDAP", "2.3.7.BUILD-SNAPSHOT") { + library("Spring LDAP", "2.3.7.RELEASE") { group("org.springframework.ldap") { modules = [ "spring-ldap-core", From 1c6ef781cd51b828ffeec13f4f5d01f9b325ecfa Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 08:06:53 +0200 Subject: [PATCH 6/8] Upgrade to Spring Security 5.6.3 Closes gh-30601 --- 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 ac90919fab..b360591f18 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1758,7 +1758,7 @@ bom { ] } } - library("Spring Security", "5.6.3-SNAPSHOT") { + library("Spring Security", "5.6.3") { group("org.springframework.security") { imports = [ "spring-security-bom" From 3438934a9ea09da6ac07375499c04f1ab499757c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 08:07:17 +0200 Subject: [PATCH 7/8] Upgrade to Spring AMQP 2.4.4 Closes gh-30701 --- 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 b360591f18..041cb7914c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1671,7 +1671,7 @@ bom { ] } } - library("Spring AMQP", "2.4.4-SNAPSHOT") { + library("Spring AMQP", "2.4.4") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 52b54f434b55853a2138c966c68b7104c990df84 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 08:09:57 +0200 Subject: [PATCH 8/8] Upgrade to Spring Kafka 2.8.5 Closes gh-30600 --- 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 041cb7914c..b1d22b0205 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1720,7 +1720,7 @@ bom { ] } } - library("Spring Kafka", "2.8.5-SNAPSHOT") { + library("Spring Kafka", "2.8.5") { group("org.springframework.kafka") { modules = [ "spring-kafka",