From a23c7df2dfd498e5d143caa0dde02fe1448e9f66 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 21 Nov 2022 11:57:57 +0000 Subject: [PATCH] Upgrade to Spring REST Docs 2.0.7.RELEASE Closes gh-33127 --- 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 99e508b66e9f..5fccda5ee36b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1759,7 +1759,7 @@ bom { ] } } - library("Spring RESTDocs", "2.0.7.BUILD-SNAPSHOT") { + library("Spring RESTDocs", "2.0.7.RELEASE") { group("org.springframework.restdocs") { modules = [ "spring-restdocs-asciidoctor",