From 07ba83be5d11bab5ff5861ecb3202fd272a70295 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 07:56:56 +0200 Subject: [PATCH 1/4] 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 b79e59c0030..1c9bedb69f2 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/4] 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 1c9bedb69f2..c2b890e418f 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/4] 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 c2b890e418f..f4cae08121d 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/4] 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 f4cae08121d..088668836c3 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",