From 0dd93de05d22af8245f31d9fc39b8c6ec28427b5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:56:56 +0200 Subject: [PATCH 01/13] 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 02/13] 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 03/13] 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 04/13] 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" From e7f6faf6aebba62fc915a782b98c014d1a7d28b4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:59:23 +0200 Subject: [PATCH 05/13] Upgrade to Hazelcast 5.1.7 Closes gh-35989 --- 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 4a9890b3070..a1397d1c0b5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -321,7 +321,7 @@ bom { ] } } - library("Hazelcast", "5.1.6") { + library("Hazelcast", "5.1.7") { group("com.hazelcast") { modules = [ "hazelcast", From 3e3428af9564f217bda665b413b7a9d474cabb52 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:59:29 +0200 Subject: [PATCH 06/13] Upgrade to Infinispan 14.0.11.Final Closes gh-35990 --- 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 a1397d1c0b5..65c153c6441 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -431,7 +431,7 @@ bom { ] } } - library("Infinispan", "14.0.10.Final") { + library("Infinispan", "14.0.11.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From b65ea1212ad5bb18b3acedced6009942af9ca80e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:59:34 +0200 Subject: [PATCH 07/13] Upgrade to Native Build Tools Plugin 0.9.23 Closes gh-35991 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ef1a8c0761a..e0ff15db172 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.parallel=true org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 kotlinVersion=1.7.22 -nativeBuildToolsVersion=0.9.22 +nativeBuildToolsVersion=0.9.23 springFrameworkVersion=6.0.10 tomcatVersion=10.1.10 From a7d71a39210e50a4c56269f43c069c62ceb82e4d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:59:40 +0200 Subject: [PATCH 08/13] Upgrade to Netty 4.1.94.Final Closes gh-35992 --- 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 65c153c6441..73fde479ed0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1025,7 +1025,7 @@ bom { ] } } - library("Netty", "4.1.93.Final") { + library("Netty", "4.1.94.Final") { group("io.netty") { imports = [ "netty-bom" From 1940d876c375599c1f1dcc97350b8d9db5e31d43 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:59:40 +0200 Subject: [PATCH 09/13] Upgrade to Spring AMQP 3.0.5 Closes gh-35737 --- 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 73fde479ed0..900562a9a01 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1330,7 +1330,7 @@ bom { ] } } - library("Spring AMQP", "3.0.5-SNAPSHOT") { + library("Spring AMQP", "3.0.5") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 0b582651b3ac6f50c62a1b42309561d9de0d0dc8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:59:41 +0200 Subject: [PATCH 10/13] Upgrade to Spring GraphQL 1.1.5 Closes gh-35775 --- 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 900562a9a01..69d271bb12e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1362,7 +1362,7 @@ bom { ] } } - library("Spring GraphQL", "1.1.5-SNAPSHOT") { + library("Spring GraphQL", "1.1.5") { group("org.springframework.graphql") { modules = [ "spring-graphql", From 6066fb53ed7a1022230f13deea7b2e6f4e4f7dc3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:59:46 +0200 Subject: [PATCH 11/13] Upgrade to Spring Kafka 3.0.8 Closes gh-35993 --- 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 69d271bb12e..a628eff2734 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1384,7 +1384,7 @@ bom { ] } } - library("Spring Kafka", "3.0.7") { + library("Spring Kafka", "3.0.8") { group("org.springframework.kafka") { modules = [ "spring-kafka", From cf955671d88651f31a2bc4794d8167d72e5f7c22 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:59:46 +0200 Subject: [PATCH 12/13] Upgrade to Spring Security 6.0.4 Closes gh-35743 --- 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 a628eff2734..16fb8da64cd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1416,7 +1416,7 @@ bom { ] } } - library("Spring Security", "6.0.4-SNAPSHOT") { + library("Spring Security", "6.0.4") { group("org.springframework.security") { imports = [ "spring-security-bom" From 4c06dc49b36acef3eb0495c79f2530250f41b72d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:59:47 +0200 Subject: [PATCH 13/13] Upgrade to Spring Session 3.0.2 Closes gh-35744 --- 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 16fb8da64cd..7108debd2ea 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1423,7 +1423,7 @@ bom { ] } } - library("Spring Session", "3.0.2-SNAPSHOT") { + library("Spring Session", "3.0.2") { prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) because "Spring Session switched to numeric version numbers"