Browse Source

Upgrade to Spring HATEOAS 2.0.0-M5

Closes gh-31683
pull/31671/head
Stephane Nicoll 4 years ago
parent
commit
e1c22bc291
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save