Browse Source

Upgrade to Spring RESTDocs 3.0.5

Closes gh-46920
pull/47140/head
Andy Wilkinson 4 months ago
parent
commit
8af836a428
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save