Skip to content

Commit 4f2e4df

Browse files
committed
Upgrade to Spring HATEOAS 2.4.0
Closes gh-43021
1 parent a3427ba commit 4f2e4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2137,7 +2137,7 @@ bom {
21372137
releaseNotes("https://github.com/spring-projects/spring-graphql/releases/tag/v{version}")
21382138
}
21392139
}
2140-
library("Spring HATEOAS", "2.4.0-SNAPSHOT") {
2140+
library("Spring HATEOAS", "2.4.0") {
21412141
considerSnapshots()
21422142
group("org.springframework.hateoas") {
21432143
modules = [

0 commit comments

Comments
 (0)