Browse Source

Upgrade to Spring HATEOAS 3.0.0-RC2

Closes gh-47851
pull/47903/head
Andy Wilkinson 2 months ago
parent
commit
aff0144610
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save