Browse Source

Upgrade to Spring HATEOAS 1.1.0.M1

Closes gh-19649
pull/19804/head
Andy Wilkinson 6 years ago
parent
commit
fabd692812
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1663,7 +1663,7 @@ bom { @@ -1663,7 +1663,7 @@ bom {
]
}
}
library('Spring HATEOAS', '1.1.0.BUILD-SNAPSHOT') {
library('Spring HATEOAS', '1.1.0.M1') {
group('org.springframework.hateoas') {
modules = [
'spring-hateoas'

Loading…
Cancel
Save