Browse Source

Start building against Spring HATEOAS 3.0.2 snapshots

See gh-48837
pull/48876/head
Andy Wilkinson 3 weeks ago
parent
commit
66d635f6a0
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save