Upgrade samples to Spring HATEOAS 2.0.0-M5

Closes gh-842
This commit is contained in:
Andy Wilkinson
2022-07-18 17:29:56 +01:00
parent 8c277ae8e4
commit 71773f89b6

View File

@@ -39,7 +39,7 @@ dependencies {
implementation "org.hibernate:hibernate-core-jakarta:5.6.9.Final"
implementation "org.springframework:spring-webmvc"
implementation "org.springframework.data:spring-data-jpa"
implementation "org.springframework.hateoas:spring-hateoas:2.0.0-M3"
implementation "org.springframework.hateoas:spring-hateoas:2.0.0-M5"
runtimeOnly 'com.h2database:h2:2.1.210'
runtimeOnly 'org.atteo:evo-inflector:1.2.1'