From b7fd2fa4acf18f6a6fcc71f2bd62e4235ea6dbea Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 15 Mar 2024 16:20:38 +0000 Subject: [PATCH 1/3] Upgrade to Spring Data Bom 2023.0.10 Closes gh-39873 --- 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 6b5d00641cc..3b3832f4357 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1406,7 +1406,7 @@ bom { ] } } - library("Spring Data Bom", "2023.0.10-SNAPSHOT") { + library("Spring Data Bom", "2023.0.10") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 323a88311f83cb35f0f3b07a857a75730f7db00e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 15 Mar 2024 16:20:39 +0000 Subject: [PATCH 2/3] Upgrade to Spring Framework 6.0.18 Closes gh-39874 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e8f2709eb7a..1a3e82a829f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ junitJupiterVersion=5.9.3 kotlinVersion=1.8.22 mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.28 -springFrameworkVersion=6.0.18-SNAPSHOT +springFrameworkVersion=6.0.18 tomcatVersion=10.1.19 kotlin.stdlib.default.dependency=false From c71d58f9f1b89c46c36ab8fe37e9d9510f574a07 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 15 Mar 2024 16:20:44 +0000 Subject: [PATCH 3/3] Upgrade to Spring HATEOAS 2.1.4 Closes gh-39949 --- 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 3b3832f4357..b73a0af0140 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1433,7 +1433,7 @@ bom { ] } } - library("Spring HATEOAS", "2.1.3") { + library("Spring HATEOAS", "2.1.4") { considerSnapshots() group("org.springframework.hateoas") { modules = [