Browse Source

Upgrade to Spring HATEOAS 3.0.3

Closes gh-49587
4.0.x
Andy Wilkinson 5 days ago
parent
commit
c088d33765
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2470,7 +2470,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", "3.0.2") { library("Spring HATEOAS", "3.0.3") {
considerSnapshots() considerSnapshots()
group("org.springframework.hateoas") { group("org.springframework.hateoas") {
modules = [ modules = [

Loading…
Cancel
Save