Browse Source

Upgrade to Spring HATEOAS 3.0.2

Closes gh-48837
pull/48863/head
Andy Wilkinson 3 weeks ago
parent
commit
3e1cd49b9c
  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.2-SNAPSHOT") {
library("Spring HATEOAS", "3.0.2") {
considerSnapshots()
group("org.springframework.hateoas") {
modules = [

Loading…
Cancel
Save