Browse Source

Start building against Spring REST Docs 2.0.6 snapshots

See gh-29322
pull/30003/head
Andy Wilkinson 4 years ago
parent
commit
c211aa0ac2
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1689,7 +1689,7 @@ bom { @@ -1689,7 +1689,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