Browse Source

Upgrade to Spring HATEOAS 1.1.1.RELEASE

Closes gh-22816
pull/22834/head
Andy Wilkinson 6 years ago
parent
commit
d3b8c3fc6c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1564,7 +1564,7 @@ bom {
] ]
} }
} }
library("Spring HATEOAS", "1.1.0.RELEASE") { library("Spring HATEOAS", "1.1.1.RELEASE") {
group("org.springframework.hateoas") { group("org.springframework.hateoas") {
modules = [ modules = [
"spring-hateoas" "spring-hateoas"

Loading…
Cancel
Save