Browse Source

Upgrade to Spring HATEOAS 2.4.0-RC1

Closes gh-42283
pull/42289/head
Stéphane Nicoll 1 year ago
parent
commit
af34690093
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save