From ef03bb8aa22a903a0a0ba5d1c4fbd7fcb847e651 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 May 2022 19:21:48 +0100 Subject: [PATCH] Upgrade to Spring REST Docs 3.0.0-M3 Closes gh-30424 --- 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 828591b09d..8a853dc726 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1449,7 +1449,7 @@ bom { ] } } - library("Spring RESTDocs", "3.0.0-SNAPSHOT") { + library("Spring RESTDocs", "3.0.0-M3") { group("org.springframework.restdocs") { modules = [ "spring-restdocs-asciidoctor",