From 0dd93de05d22af8245f31d9fc39b8c6ec28427b5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:56:56 +0200 Subject: [PATCH 1/4] Upgrade to Hazelcast 5.1.7 Closes gh-35987 --- 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 86b30b4ad0e..07e0b8499f5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -452,7 +452,7 @@ bom { ] } } - library("Hazelcast", "5.1.6") { + library("Hazelcast", "5.1.7") { group("com.hazelcast") { modules = [ "hazelcast", From f206f1807f237680a5dd070f0d9e3347e56f3ae8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:57:03 +0200 Subject: [PATCH 2/4] Upgrade to Netty 4.1.94.Final Closes gh-35988 --- 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 07e0b8499f5..a97fa513bfb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1394,7 +1394,7 @@ bom { ] } } - library("Netty", "4.1.93.Final") { + library("Netty", "4.1.94.Final") { group("io.netty") { imports = [ "netty-bom" From b0af37003899629a4895e300c61348937aaf2d73 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:57:03 +0200 Subject: [PATCH 3/4] Upgrade to Spring Security 5.7.9 Closes gh-35730 --- 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 a97fa513bfb..055e209b53c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1832,7 +1832,7 @@ bom { ] } } - library("Spring Security", "5.7.9-SNAPSHOT") { + library("Spring Security", "5.7.9") { prohibit { versionRange "[6.0.0-M1,)" because "it uses Spring Framework 6" From cb5330fd116b9e6dc23345fa1d343c4aa8de1103 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:57:04 +0200 Subject: [PATCH 4/4] Upgrade to Spring Session Bom 2021.2.2 Closes gh-35731 --- 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 055e209b53c..04afe2dd91c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1843,7 +1843,7 @@ bom { ] } } - library("Spring Session Bom", "2021.2.2-SNAPSHOT") { + library("Spring Session Bom", "2021.2.2") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6"