Browse Source

Start building against Spring RESTDocs 4.0.0 snapshots

See gh-47831
pull/48068/head
Stéphane Nicoll 3 months ago committed by Andy Wilkinson
parent
commit
6f62f28579
  1. 2
      platform/spring-boot-dependencies/build.gradle

2
platform/spring-boot-dependencies/build.gradle

@ -2530,7 +2530,7 @@ bom { @@ -2530,7 +2530,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-pulsar/releases/tag/v{version}")
}
}
library("Spring RESTDocs", "4.0.0-RC1") {
library("Spring RESTDocs", "4.0.0-SNAPSHOT") {
considerSnapshots()
group("org.springframework.restdocs") {
bom("spring-restdocs-bom")

Loading…
Cancel
Save