Browse Source

Upgrade to Spring HATEOAS 2.3.2

Closes gh-41903
pull/41205/head
Stéphane Nicoll 1 year ago
parent
commit
573f607ee2
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1984,7 +1984,7 @@ bom { @@ -1984,7 +1984,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-graphql/releases/tag/v{version}")
}
}
library("Spring HATEOAS", "2.3.1") {
library("Spring HATEOAS", "2.3.2") {
considerSnapshots()
group("org.springframework.hateoas") {
modules = [

Loading…
Cancel
Save