From 964f028f75e6f5471830a3e400c8028265714ba5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 Jan 2022 18:09:07 +0000 Subject: [PATCH] Upgrade to Spring REST Docs 3.0.0-M1 Closes gh-28721 --- 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 2d8dc34d7e..07f34656c2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1378,7 +1378,7 @@ bom { ] } } - library("Spring RESTDocs", "3.0.0-SNAPSHOT") { + library("Spring RESTDocs", "3.0.0-M1") { group("org.springframework.restdocs") { modules = [ "spring-restdocs-asciidoctor",