Browse Source

Upgrade to Spring HATEOAS 1.3.0-M3

Closes gh-25546
pull/25690/head
Andy Wilkinson 5 years ago
parent
commit
39cf3cd99e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save