Browse Source

Upgrade to Spring HATEOAS 1.5.0-M1

Closes gh-29353
pull/29296/head
Stephane Nicoll 4 years ago
parent
commit
7c85d2bc07
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1675,7 +1675,7 @@ bom { @@ -1675,7 +1675,7 @@ bom {
]
}
}
library("Spring HATEOAS", "1.4.1-SNAPSHOT") {
library("Spring HATEOAS", "1.5.0-M1") {
group("org.springframework.hateoas") {
modules = [
"spring-hateoas"

Loading…
Cancel
Save