Browse Source

Start building against Spring HATEOAS 3.0.1 snapshots

See gh-48481
pull/48515/head
Stéphane Nicoll 1 week ago
parent
commit
610d026da2
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save