From bc6074994993db94040944cead0dd9cac48b5622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 17 Sep 2025 15:44:26 +0200 Subject: [PATCH] Upgrade to Spring RESTDocs 4.0.0-M3 Closes gh-47007 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index a216155c4cd..f100839ac6e 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2427,7 +2427,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-pulsar/releases/tag/v{version}") } } - library("Spring RESTDocs", "4.0.0-SNAPSHOT") { + library("Spring RESTDocs", "4.0.0-M3") { considerSnapshots() group("org.springframework.restdocs") { bom("spring-restdocs-bom")