Upgrade samples to Spring HATEOAS 2.0.0-M3

Closes gh-798
This commit is contained in:
Andy Wilkinson
2022-05-16 14:21:06 +01:00
parent 156f6d21bb
commit 0c0bca709d

View File

@@ -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'