Browse Source

Upgrade to Spring HATEOAS 3.0.0-RC1

Closes gh-47493
pull/47694/head
Stéphane Nicoll 2 months ago
parent
commit
aa2bb4fd87
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2450,7 +2450,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-RC1") {
considerSnapshots() considerSnapshots()
group("org.springframework.hateoas") { group("org.springframework.hateoas") {
modules = [ modules = [

Loading…
Cancel
Save