Browse Source

Start building against Spring RESTDocs 4.0.0-RC1 snapshots

See gh-47498
pull/47549/head
Stéphane Nicoll 5 months ago
parent
commit
f0af23be9e
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save