Browse Source

Upgrade to Spring HATEOAS 1.1.0.RC1

Closes gh-21210
pull/21212/head
Stephane Nicoll 6 years ago
parent
commit
f24c215a0b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1630,7 +1630,7 @@ bom {
] ]
} }
} }
library("Spring HATEOAS", "1.1.0.M3") { library("Spring HATEOAS", "1.1.0.RC1") {
group("org.springframework.hateoas") { group("org.springframework.hateoas") {
modules = [ modules = [
"spring-hateoas" "spring-hateoas"

Loading…
Cancel
Save