Browse Source

Start building against Spring REST Docs 2.0.6 snapshots

See gh-29323
pull/29975/head
Andy Wilkinson 4 years ago
parent
commit
2a95bfed5c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1709,7 +1709,7 @@ bom { @@ -1709,7 +1709,7 @@ bom {
]
}
}
library("Spring RESTDocs", "2.0.5.RELEASE") {
library("Spring RESTDocs", "2.0.6.BUILD-SNAPSHOT") {
group("org.springframework.restdocs") {
modules = [
"spring-restdocs-asciidoctor",

Loading…
Cancel
Save