Browse Source

Upgrade to Spring HATEOAS 1.2.8

Closes gh-27183
pull/27348/head
Stephane Nicoll 5 years ago
parent
commit
8694b67744
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save