We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba88d6e commit f01d18bCopy full SHA for f01d18b
samples/rest-notes-spring-hateoas/build.gradle
@@ -37,7 +37,7 @@ dependencies {
37
implementation "org.springframework.data:spring-data-jpa"
38
implementation "org.springframework.hateoas:spring-hateoas:2.0.0-M2"
39
40
- runtimeOnly 'com.h2database:h2:1.4.200'
+ runtimeOnly 'com.h2database:h2:2.0.206'
41
runtimeOnly 'org.atteo:evo-inflector:1.2.1'
42
43
testImplementation 'com.jayway.jsonpath:json-path:2.6.0'
0 commit comments