Browse Source

Upgrade to Spring HATEOAS 2.1.3

Closes gh-38375
pull/38706/head
Andy Wilkinson 2 years ago
parent
commit
a9f49e1085
  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.1.3-SNAPSHOT") {
library("Spring HATEOAS", "2.1.3") {
considerSnapshots()
group("org.springframework.hateoas") {
modules = [

Loading…
Cancel
Save