From 23aae09936f6319e7d71e795eac1bcc457580187 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 May 2022 11:32:48 +0100 Subject: [PATCH 1/5] Upgrade to Spring LDAP 2.3.8.RELEASE Closes gh-31039 --- 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 f7b5aa4a63b..a72de9b7382 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.RELEASE") { + library("Spring LDAP", "2.3.8.RELEASE") { group("org.springframework.ldap") { modules = [ "spring-ldap-core", From d7236934c15522735c28540e602a5653d8f8fa2e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 May 2022 11:39:04 +0100 Subject: [PATCH 2/5] Upgrade to Hibernate 5.6.9.Final Closes gh-31041 --- 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 1efcec3f7ba..8c7561397fc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -421,7 +421,7 @@ bom { ] } } - library("Hibernate", "5.6.8.Final") { + library("Hibernate", "5.6.9.Final") { prohibit("[6.0.0.Alpha2,)") { because "it uses the jakarta.* namespace" } From 8fa4103420e9b16c2c832765a389f30a44154255 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 May 2022 11:39:06 +0100 Subject: [PATCH 3/5] Upgrade to Jackson Bom 2.13.3 Closes gh-31042 --- 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 8c7561397fc..e8fb596c2e7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -548,7 +548,7 @@ bom { ] } } - library("Jackson Bom", "2.13.2.1") { + library("Jackson Bom", "2.13.3") { group("com.fasterxml.jackson") { imports = [ "jackson-bom" From 456d56d1bb4dfed06e1d4cc93ee04072b3616887 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 May 2022 11:39:08 +0100 Subject: [PATCH 4/5] Upgrade to Spring Framework 5.3.20 Closes gh-31043 --- 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 e8fb596c2e7..fa94afee084 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1699,7 +1699,7 @@ bom { ] } } - library("Spring Framework", "5.3.19") { + library("Spring Framework", "5.3.20") { group("org.springframework") { imports = [ "spring-framework-bom" From 7a14673a00bad9802873bf8285d7a3c4e83be48e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 May 2022 11:39:12 +0100 Subject: [PATCH 5/5] Upgrade to Spring LDAP 2.3.8.RELEASE Closes gh-31044 --- 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 fa94afee084..bcba97aa911 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.RELEASE") { + library("Spring LDAP", "2.3.8.RELEASE") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",