From 23aae09936f6319e7d71e795eac1bcc457580187 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 May 2022 11:32:48 +0100 Subject: [PATCH 1/8] 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 f7b5aa4a63..a72de9b738 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/8] 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 1efcec3f7b..8c7561397f 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/8] 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 8c7561397f..e8fb596c2e 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/8] 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 e8fb596c2e..fa94afee08 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/8] 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 fa94afee08..bcba97aa91 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", From 85faaa8e4fefd193df907050d0de08fc16d01df7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 May 2022 11:46:01 +0100 Subject: [PATCH 6/8] Upgrade to Jackson Bom 2.13.3 Closes gh-31046 --- 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 70ba607d87..25b1ede43c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -579,7 +579,7 @@ bom { ] } } - library("Jackson Bom", "2.13.2.1") { + library("Jackson Bom", "2.13.3") { group("com.fasterxml.jackson") { imports = [ "jackson-bom" From 171e139bb27c93f0ed2366cce77b2b7fff8e0fad Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 May 2022 11:46:03 +0100 Subject: [PATCH 7/8] Upgrade to Kafka 3.1.1 Closes gh-31047 --- 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 25b1ede43c..5141f09498 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1047,7 +1047,7 @@ bom { ] } } - library("Kafka", "3.1.0") { + library("Kafka", "3.1.1") { group("org.apache.kafka") { modules = [ "connect", From 41dc012d4a49cddf57bfbe105d041cfd3f8f99a0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 May 2022 11:46:05 +0100 Subject: [PATCH 8/8] Upgrade to MSSQL JDBC 10.2.1.jre8 Closes gh-31048 --- 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 5141f09498..5627a31efa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1316,7 +1316,7 @@ bom { ] } } - library("MSSQL JDBC", "10.2.0.jre8") { + library("MSSQL JDBC", "10.2.1.jre8") { group("com.microsoft.sqlserver") { modules = [ "mssql-jdbc"