Browse Source

Upgrade to Spring HATEOAS 1.4.0-M3

Closes gh-27971
pull/28064/head
Stephane Nicoll 5 years ago
parent
commit
6cb4bbce35
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save