Skip to content

Commit

Permalink
Upgrade to Spring HATEOAS 1.2.0
Browse files Browse the repository at this point in the history
Closes gh-23779
  • Loading branch information
snicoll committed Oct 28, 2020
1 parent 65d76f2 commit b0a1c2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,7 @@ bom {
]
}
}
library("Spring HATEOAS", "1.2.0-M1") {
library("Spring HATEOAS", "1.2.0") {
group("org.springframework.hateoas") {
modules = [
"spring-hateoas"
Expand Down Expand Up @@ -1778,4 +1778,3 @@ bom {
generateMetadataFileForMavenPublication {
enabled = false
}

0 comments on commit b0a1c2a

Please sign in to comment.