Browse Source

Upgrade to Spring HATEOAS 2.5.1

Closes gh-45946
pull/45964/head
Stéphane Nicoll 8 months ago
parent
commit
f98b47c63e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2290,7 +2290,7 @@ bom { @@ -2290,7 +2290,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-graphql/releases/tag/v{version}")
}
}
library("Spring HATEOAS", "2.5.0") {
library("Spring HATEOAS", "2.5.1") {
prohibit {
versionRange "[3.0.0-M1,)"
because "it exceeds our baseline"

Loading…
Cancel
Save