From 978e939b3d00063e5ffba50bd7080bc9f268774f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 6 Oct 2022 21:26:25 +0100 Subject: [PATCH] Start building against Spring RESTDocs 3.0.0-RC1 snapshots See gh-32623 --- 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 2f0d75b6587..e349b2cd87f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1471,7 +1471,7 @@ bom { ] } } - library("Spring RESTDocs", "3.0.0-M4") { + library("Spring RESTDocs", "3.0.0-SNAPSHOT") { group("org.springframework.restdocs") { imports = [ "spring-restdocs-bom"