Browse Source

Upgrade to Spring HATEOAS 2.3.1

Closes gh-41497
pull/41718/head
Andy Wilkinson 2 years ago
parent
commit
9470fdf853
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save