From 0817a46be3879f17d7757ae64ab3306db7f2dcec Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 22 Mar 2022 17:14:58 +0000 Subject: [PATCH] Upgrade to Spring REST Docs 3.0.0-M2 Closes gh-29544 --- 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 be8cce2c50b..839e81700b4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1387,7 +1387,7 @@ bom { ] } } - library("Spring RESTDocs", "3.0.0-SNAPSHOT") { + library("Spring RESTDocs", "3.0.0-M2") { group("org.springframework.restdocs") { modules = [ "spring-restdocs-asciidoctor",