Browse Source

Upgrade to Spring HATEOAS 2.0.0-M6

Closes gh-31855
pull/32405/head
Stephane Nicoll 3 years ago
parent
commit
b293541906
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save