Browse Source

Start building against Spring HATEOAS 1.2.9 snapshots

See gh-27969
pull/28061/head
Stephane Nicoll 4 years ago
parent
commit
57dcb70910
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1578,7 +1578,7 @@ bom {
] ]
} }
} }
library("Spring HATEOAS", "1.2.8") { library("Spring HATEOAS", "1.2.9-SNAPSHOT") {
group("org.springframework.hateoas") { group("org.springframework.hateoas") {
modules = [ modules = [
"spring-hateoas" "spring-hateoas"

Loading…
Cancel
Save