Upgrade Spring HATEOAS sample to H2 2.0.206

This commit is contained in:
Andy Wilkinson
2022-03-22 14:30:20 +00:00
parent ba88d6eaf8
commit f01d18b049

View File

@@ -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'