Browse Source

Start building against Spring HATEOAS 3.0.2 snapshots

See gh-48834
pull/48875/head
Andy Wilkinson 2 weeks ago
parent
commit
a5ca146aa0
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2449,7 +2449,7 @@ bom { @@ -2449,7 +2449,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