Browse Source

Upgrade to Spring HATEOAS 3.0.1

Closes gh-48481
pull/48515/head
Stéphane Nicoll 6 days ago
parent
commit
1e01abbc72
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2446,7 +2446,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.1-SNAPSHOT") { library("Spring HATEOAS", "3.0.1") {
considerSnapshots() considerSnapshots()
group("org.springframework.hateoas") { group("org.springframework.hateoas") {
modules = [ modules = [

Loading…
Cancel
Save