Browse Source

Upgrade to Spring HATEOAS 2.3.1

Closes gh-41501
pull/41507/head
Andy Wilkinson 2 years ago
parent
commit
ce73d3fa70
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save