Browse Source

Start building against Spring HATEOAS 1.3.4 snapshots

See gh-27970
pull/28375/head
Stephane Nicoll 4 years ago
parent
commit
35f61bf1ca
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save