Browse Source

Upgrade to Spring RESTDocs 4.0.0-M3

Closes gh-47007
pull/47268/head
Stéphane Nicoll 3 months ago
parent
commit
bc60749949
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2427,7 +2427,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-SNAPSHOT") { library("Spring RESTDocs", "4.0.0-M3") {
considerSnapshots() considerSnapshots()
group("org.springframework.restdocs") { group("org.springframework.restdocs") {
bom("spring-restdocs-bom") bom("spring-restdocs-bom")

Loading…
Cancel
Save