Skip to content

Commit

Permalink
Upgrade Spring HATEOAS sample to H2 2.0.206
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Mar 22, 2022
1 parent ba88d6e commit f01d18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/rest-notes-spring-hateoas/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation "org.springframework.data:spring-data-jpa"
implementation "org.springframework.hateoas:spring-hateoas:2.0.0-M2"

runtimeOnly 'com.h2database:h2:1.4.200'
runtimeOnly 'com.h2database:h2:2.0.206'
runtimeOnly 'org.atteo:evo-inflector:1.2.1'

testImplementation 'com.jayway.jsonpath:json-path:2.6.0'
Expand Down

0 comments on commit f01d18b

Please sign in to comment.