Browse Source

Upgrade to Spring HATEOAS 2.3.4

Closes gh-43475
pull/43494/head
Stéphane Nicoll 1 year ago
parent
commit
92e241798e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save