Browse Source

Start building against Spring RESTDocs 3.0.2 snapshots

See gh-42745
pull/42751/head
Andy Wilkinson 1 year ago
parent
commit
52de5d6911
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2085,7 +2085,7 @@ bom { @@ -2085,7 +2085,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-pulsar/releases/tag/v{version}")
}
}
library("Spring RESTDocs", "3.0.1") {
library("Spring RESTDocs", "3.0.2-SNAPSHOT") {
considerSnapshots()
group("org.springframework.restdocs") {
imports = [

Loading…
Cancel
Save