From b49085bf8cb8077530f3adffb551824fd02ed105 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 15 Jul 2024 15:02:01 +0100 Subject: [PATCH 1/4] Upgrade to Spring Data Bom 2023.1.8 Closes gh-41294 --- 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 a025c0aad9..7861384446 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1583,7 +1583,7 @@ bom { ] } } - library("Spring Data Bom", "2023.1.8-SNAPSHOT") { + library("Spring Data Bom", "2023.1.8") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 46aeb711146b8b324321757e85bd1bedbb170c96 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 15 Jul 2024 15:02:02 +0100 Subject: [PATCH 2/4] Upgrade to Spring HATEOAS 2.2.3 Closes gh-41493 --- 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 7861384446..8296367805 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1610,7 +1610,7 @@ bom { ] } } - library("Spring HATEOAS", "2.2.2") { + library("Spring HATEOAS", "2.2.3") { considerSnapshots() group("org.springframework.hateoas") { modules = [ From 68ad8ff0a6a25e49584f05aed0b85dc39affd7fa Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 15 Jul 2024 15:02:07 +0100 Subject: [PATCH 3/4] Upgrade to SQLite JDBC 3.43.2.2 Closes gh-41495 --- 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 8296367805..dcb474f5be 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1698,7 +1698,7 @@ bom { ] } } - library("SQLite JDBC", "3.43.2.0") { + library("SQLite JDBC", "3.43.2.2") { group("org.xerial") { modules = [ "sqlite-jdbc" From 61a3b73269c1c62d3e054e62b10d77d96a267d16 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 15 Jul 2024 15:02:11 +0100 Subject: [PATCH 4/4] Upgrade to Tomcat 10.1.26 Closes gh-41496 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a20ef2cfda..fead3841df 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,6 +15,6 @@ mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.28 springFrameworkVersion=6.1.11 springFramework60xVersion=6.0.21 -tomcatVersion=10.1.25 +tomcatVersion=10.1.26 kotlin.stdlib.default.dependency=false