We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c277ae commit 71773f8Copy full SHA for 71773f8
samples/rest-notes-spring-hateoas/build.gradle
@@ -39,7 +39,7 @@ dependencies {
39
implementation "org.hibernate:hibernate-core-jakarta:5.6.9.Final"
40
implementation "org.springframework:spring-webmvc"
41
implementation "org.springframework.data:spring-data-jpa"
42
- implementation "org.springframework.hateoas:spring-hateoas:2.0.0-M3"
+ implementation "org.springframework.hateoas:spring-hateoas:2.0.0-M5"
43
44
runtimeOnly 'com.h2database:h2:2.1.210'
45
runtimeOnly 'org.atteo:evo-inflector:1.2.1'
0 commit comments