From cf3a22b4955e30d125c5c7304f0eab8c125987fc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 09:20:21 +0100 Subject: [PATCH] Start building against Spring REST Docs 2.0.7 snapshots See gh-33134 --- 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 8818ca5471..ce5e711357 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1765,7 +1765,7 @@ bom { ] } } - library("Spring RESTDocs", "2.0.6.RELEASE") { + library("Spring RESTDocs", "2.0.7.BUILD-SNAPSHOT") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" }