Browse Source

Start building against Spring REST Docs 3.0.0 snapshots

See gh-33143
pull/33209/head
Stephane Nicoll 3 years ago
parent
commit
2cf0eafc25
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1405,7 +1405,7 @@ bom { @@ -1405,7 +1405,7 @@ bom {
]
}
}
library("Spring RESTDocs", "3.0.0-RC1") {
library("Spring RESTDocs", "3.0.0-SNAPSHOT") {
group("org.springframework.restdocs") {
imports = [
"spring-restdocs-bom"

Loading…
Cancel
Save