Browse Source

Start building against Spring HATEOAS 3.0.0 snapshots

See gh-47827
pull/48068/head
Stéphane Nicoll 2 months ago committed by Andy Wilkinson
parent
commit
0165bd8ba1
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save