Skip to content

Commit f01d18b

Browse files
committed
Upgrade Spring HATEOAS sample to H2 2.0.206
1 parent ba88d6e commit f01d18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: samples/rest-notes-spring-hateoas/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
implementation "org.springframework.data:spring-data-jpa"
3838
implementation "org.springframework.hateoas:spring-hateoas:2.0.0-M2"
3939

40-
runtimeOnly 'com.h2database:h2:1.4.200'
40+
runtimeOnly 'com.h2database:h2:2.0.206'
4141
runtimeOnly 'org.atteo:evo-inflector:1.2.1'
4242

4343
testImplementation 'com.jayway.jsonpath:json-path:2.6.0'

0 commit comments

Comments
 (0)