From 2cf0eafc250564686d82f45b49eb2d83e9c8ec78 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 13:14:48 +0100 Subject: [PATCH] Start building against Spring REST Docs 3.0.0 snapshots See gh-33143 --- 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 e35557c3ead0..95b0979f7191 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1405,7 +1405,7 @@ bom { ] } } - library("Spring RESTDocs", "3.0.0-RC1") { + library("Spring RESTDocs", "3.0.0-SNAPSHOT") { group("org.springframework.restdocs") { imports = [ "spring-restdocs-bom"