Browse Source

Upgrade to Spring HATEOAS 1.5.2

Closes gh-32378
pull/32861/head
Stephane Nicoll 3 years ago
parent
commit
756eaea766
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1702,7 +1702,7 @@ bom { @@ -1702,7 +1702,7 @@ bom {
]
}
}
library("Spring HATEOAS", "1.5.2-SNAPSHOT") {
library("Spring HATEOAS", "1.5.2") {
prohibit("[2.0.0-M1,)") {
because "it uses Spring Framework 6"
}

Loading…
Cancel
Save