From 3e41416af606b0c0693279d497f427b3f6de1238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 16 Oct 2025 09:41:07 +0200 Subject: [PATCH] Add spring-boot-restdocs to managed dependencies Closes gh-47434 --- .../build.gradle | 3 ++- platform/spring-boot-dependencies/build.gradle | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration-metadata/spring-boot-configuration-metadata-changelog-generator/build.gradle b/configuration-metadata/spring-boot-configuration-metadata-changelog-generator/build.gradle index 8338d9692c5..8d3103caddc 100644 --- a/configuration-metadata/spring-boot-configuration-metadata-changelog-generator/build.gradle +++ b/configuration-metadata/spring-boot-configuration-metadata-changelog-generator/build.gradle @@ -155,7 +155,8 @@ def dependenciesOf(String version) { } if (version.equals("4.0.0-RC1")) { modules += [ - "spring-boot-batch-jdbc" + "spring-boot-batch-jdbc", + "spring-boot-restdocs" ] } return modules diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 7bbacde0a0d..65569a40e45 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2074,6 +2074,7 @@ bom { "spring-boot-reactor-netty", "spring-boot-restclient", "spring-boot-restclient-test", + "spring-boot-restdocs", "spring-boot-resttestclient", "spring-boot-rsocket", "spring-boot-rsocket-test",