Skip to content

Commit fbf1447

Browse files
committed
YD-659 Switched to Spring Hateoas 1.0.2
This release includes spring-projects/spring-hateoas#1126 and spring-projects/spring-hateoas#1130, so no need to wait for 1.1.0.
1 parent be3ed59 commit fbf1447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ allprojects {
2323
group = "yonadev"
2424
}
2525

26-
ext['spring-hateoas.version'] = '1.1.0.BUILD-SNAPSHOT' // TODO Update to normal release before merge
26+
ext['spring-hateoas.version'] = '1.0.2.RELEASE'
2727

2828
subprojects {
2929
sourceCompatibility = 11.0

0 commit comments

Comments
 (0)