Browse Source

Upgrade to Spring HATEOAS 3.0.0-M5

Closes gh-47003
pull/47203/head
Stéphane Nicoll 3 months ago
parent
commit
0ef1df58ce
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save