Browse Source

Start building against Spring REST Docs 3.0.0-M4 snapshots

See gh-31621
pull/31663/head
Andy Wilkinson 4 years ago
parent
commit
641d52e56d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1430,7 +1430,7 @@ bom { @@ -1430,7 +1430,7 @@ bom {
]
}
}
library("Spring RESTDocs", "3.0.0-M3") {
library("Spring RESTDocs", "3.0.0-SNAPSHOT") {
group("org.springframework.restdocs") {
modules = [
"spring-restdocs-asciidoctor",

Loading…
Cancel
Save