Skip to content

Commit 37cd9e7

Browse files
committed
Upgrade to Spring HATEOAS 2.3.3
Closes gh-42282
1 parent 05a93c1 commit 37cd9e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2001,7 +2001,7 @@ bom {
20012001
releaseNotes("https://github.com/spring-projects/spring-graphql/releases/tag/v{version}")
20022002
}
20032003
}
2004-
library("Spring HATEOAS", "2.3.2") {
2004+
library("Spring HATEOAS", "2.3.3") {
20052005
considerSnapshots()
20062006
group("org.springframework.hateoas") {
20072007
modules = [
@@ -2171,7 +2171,7 @@ bom {
21712171
.formatted(version.forMajorMinorGeneration()) }
21722172
docs { version -> "https://docs.spring.io/spring-ws/docs/%s/reference/html"
21732173
.formatted(version.forMajorMinorGeneration()) }
2174-
releaseNotes("https://github.com/spring-projects/spring-ws/releases/tag/v{version}")
2174+
releaseNotes("https://github.com/spring-projects/spring-ws/releases/tag/vversion}")
21752175
}
21762176
}
21772177
library("SQLite JDBC", "3.45.3.0") {

0 commit comments

Comments
 (0)