We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156f6d2 commit 0c0bca7Copy full SHA for 0c0bca7
samples/rest-notes-spring-hateoas/build.gradle
@@ -39,7 +39,7 @@ dependencies {
39
implementation "org.hibernate:hibernate-core-jakarta:5.5.7.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-SNAPSHOT"
+ implementation "org.springframework.hateoas:spring-hateoas:2.0.0-M3"
43
44
runtimeOnly 'com.h2database:h2:2.0.206'
45
runtimeOnly 'org.atteo:evo-inflector:1.2.1'
0 commit comments