Browse Source

Start building against Spring REST Docs 3.0.0-M3 snapshots

See gh-30424
pull/30446/head
Andy Wilkinson 4 years ago
parent
commit
c7bf816cf7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save