From 0c0bca709deac2b755b105950911eb568ea3a4b6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 May 2022 14:21:06 +0100 Subject: [PATCH] Upgrade samples to Spring HATEOAS 2.0.0-M3 Closes gh-798 --- samples/rest-notes-spring-hateoas/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/rest-notes-spring-hateoas/build.gradle b/samples/rest-notes-spring-hateoas/build.gradle index a7672e02..21c9facc 100644 --- a/samples/rest-notes-spring-hateoas/build.gradle +++ b/samples/rest-notes-spring-hateoas/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation "org.hibernate:hibernate-core-jakarta:5.5.7.Final" implementation "org.springframework:spring-webmvc" implementation "org.springframework.data:spring-data-jpa" - implementation "org.springframework.hateoas:spring-hateoas:2.0.0-SNAPSHOT" + implementation "org.springframework.hateoas:spring-hateoas:2.0.0-M3" runtimeOnly 'com.h2database:h2:2.0.206' runtimeOnly 'org.atteo:evo-inflector:1.2.1'