From 6bbf49a7663e8e94057187bf71a6eb9d0b2db95a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 12:36:07 +0100 Subject: [PATCH 01/15] Upgrade to Hibernate 6.6.53.Final Closes gh-50721 --- 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 f2aca74de1b..4bdb7928831 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -557,7 +557,7 @@ bom { releaseNotes("https://github.com/hazelcast/hazelcast/releases/tag/v{version}") } } - library("Hibernate", "6.6.52.Final") { + library("Hibernate", "6.6.53.Final") { prohibit { versionRange "[7.0.0.Alpha1,)" because "it exceeds our Jakarta EE 10 baseline" From 0b2e3d1c85d8b3e4c0081f01196128dd48cd0e89 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 12:36:13 +0100 Subject: [PATCH 02/15] Upgrade to Jaxen 2.0.6 Closes gh-50722 --- 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 4bdb7928831..d772f0a6d1e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -988,7 +988,7 @@ bom { ] } } - library("Jaxen", "2.0.5") { + library("Jaxen", "2.0.6") { group("jaxen") { modules = [ "jaxen" From ed2be541131c23987fb3c47f93e31b41c0cdff7a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 12:36:17 +0100 Subject: [PATCH 03/15] Upgrade to Jetty Reactive HTTPClient 4.0.14 Closes gh-50723 --- 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 d772f0a6d1e..f5c177f89d6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1065,7 +1065,7 @@ bom { releaseNotes("https://github.com/eclipse-ee4j/jersey/releases/tag/{version}") } } - library("Jetty Reactive HTTPClient", "4.0.13") { + library("Jetty Reactive HTTPClient", "4.0.14") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient" From 1cc646fd3971ce60e81efe8e63988ee454e2587f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 12:36:23 +0100 Subject: [PATCH 04/15] Upgrade to jOOQ 3.19.35 Closes gh-50724 --- 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 f5c177f89d6..1b331c34702 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1096,7 +1096,7 @@ bom { ] } } - library("jOOQ", "3.19.34") { + library("jOOQ", "3.19.35") { prohibit { versionRange "[3.20.0,)" because "it requires Java 21" From 9fb4594a7d159e324d21c55380018a8c6d0f09a6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 12:36:24 +0100 Subject: [PATCH 05/15] Upgrade to Micrometer 1.15.12 Closes gh-50511 --- 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 1b331c34702..4512f6be5eb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1589,7 +1589,7 @@ bom { releaseNotes("https://github.com/apache/maven-war-plugin/releases/tag/maven-war-plugin-{version}") } } - library("Micrometer", "1.15.12-SNAPSHOT") { + library("Micrometer", "1.15.12") { considerSnapshots() group("io.micrometer") { modules = [ From cfe40256cb3be4cb853633c1dcd1a332d63d05ec Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 12:36:24 +0100 Subject: [PATCH 06/15] Upgrade to Micrometer Tracing 1.5.12 Closes gh-50512 --- 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 4512f6be5eb..d7481071fca 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1611,7 +1611,7 @@ bom { releaseNotes("https://github.com/micrometer-metrics/micrometer/releases/tag/v{version}") } } - library("Micrometer Tracing", "1.5.12-SNAPSHOT") { + library("Micrometer Tracing", "1.5.12") { considerSnapshots() alignWith { dependencyManagementDeclaredIn("io.micrometer:micrometer-tracing-bom") { From 8dab520b88c359427e64eec1a271f2f56107f8da Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 12:36:30 +0100 Subject: [PATCH 07/15] Upgrade to Pulsar 4.0.11 Closes gh-50725 --- 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 d7481071fca..15b96e9f4db 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1864,7 +1864,7 @@ bom { releaseNotes("https://github.com/prometheus/client_java/releases/tag/parent-{version}") } } - library("Pulsar", "4.0.10") { + library("Pulsar", "4.0.11") { group("org.apache.pulsar") { bom("pulsar-bom") } From f70f2caca7bb839c7e6726aae36726030abd9f61 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 12:36:31 +0100 Subject: [PATCH 08/15] Upgrade to Reactor Bom 2024.0.18 Closes gh-50513 --- 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 15b96e9f4db..010c7e92c4d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2029,7 +2029,7 @@ bom { ] } } - library("Reactor Bom", "2024.0.18-SNAPSHOT") { + library("Reactor Bom", "2024.0.18") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") { From bdac035a950d2d78ce2a4e5c38e595f460333e0b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 12:36:37 +0100 Subject: [PATCH 09/15] Upgrade to SAAJ Impl 3.0.6 Closes gh-50726 --- 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 010c7e92c4d..e194049f9ae 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2161,7 +2161,7 @@ bom { .formatted(version.major(), version.minor())) } } - library("SAAJ Impl", "3.0.5") { + library("SAAJ Impl", "3.0.6") { group("com.sun.xml.messaging.saaj") { modules = [ "saaj-impl" From c99157555bd43025e25062d1e7d3286c74a9b665 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 12:36:37 +0100 Subject: [PATCH 10/15] Upgrade to Spring Data Bom 2025.0.12 Closes gh-50517 --- 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 e194049f9ae..6e0ef140800 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2279,7 +2279,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") } } - library("Spring Data Bom", "2025.0.12-SNAPSHOT") { + library("Spring Data Bom", "2025.0.12") { prohibit { versionRange "[2025.1.0-M1,)" because "it exceeds our baseline" From 664e81c7c55893bb9acd4bd6e936858bd6dc41b8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 12:36:38 +0100 Subject: [PATCH 11/15] Upgrade to Spring Framework 6.2.19 Closes gh-50518 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ab0d9078732..fdd9f276ff9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ mavenVersion=3.9.13 mockitoVersion=5.17.0 nativeBuildToolsVersion=0.10.6 snakeYamlVersion=2.4 -springFrameworkVersion=6.2.19-SNAPSHOT +springFrameworkVersion=6.2.19 springFramework60xVersion=6.0.23 tomcatVersion=10.1.55 From d6c38aa4a699c3588779d17b734cb9a9b5481a1b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 12:36:38 +0100 Subject: [PATCH 12/15] Upgrade to Spring HATEOAS 2.5.3 Closes gh-50519 --- 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 6e0ef140800..13eb66444e2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2335,7 +2335,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-graphql/releases/tag/v{version}") } } - library("Spring HATEOAS", "2.5.3-SNAPSHOT") { + library("Spring HATEOAS", "2.5.3") { prohibit { versionRange "[3.0.0-M1,)" because "it exceeds our baseline" From 974ee146e3647bcde33b926a97995ed10f32892d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 12:36:38 +0100 Subject: [PATCH 13/15] Upgrade to Spring LDAP 3.3.8 Closes gh-50522 --- 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 13eb66444e2..eb232965d23 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2389,7 +2389,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-kafka/releases/tag/v{version}") } } - library("Spring LDAP", "3.3.8-SNAPSHOT") { + library("Spring LDAP", "3.3.8") { considerSnapshots() group("org.springframework.ldap") { modules = [ From 46c824719d77b8683bfeb248ef698d0bfe4d987e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 12:36:39 +0100 Subject: [PATCH 14/15] Upgrade to Spring RESTDocs 3.0.6 Closes gh-50524 --- 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 eb232965d23..9e70686d2f9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2424,7 +2424,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-pulsar/releases/tag/v{version}") } } - library("Spring RESTDocs", "3.0.6-SNAPSHOT") { + library("Spring RESTDocs", "3.0.6") { considerSnapshots() group("org.springframework.restdocs") { bom("spring-restdocs-bom") From 2556ef46be7521ee7f18102264801483b272c37c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 12:36:39 +0100 Subject: [PATCH 15/15] Upgrade to Spring Retry 2.0.13 Closes gh-50525 --- 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 9e70686d2f9..e9cec619937 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2439,7 +2439,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}") } } - library("Spring Retry", "2.0.13-SNAPSHOT") { + library("Spring Retry", "2.0.13") { considerSnapshots() group("org.springframework.retry") { modules = [