From f01d18b049ee66b1d374ddbaef2f129b50331629 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 22 Mar 2022 14:30:20 +0000 Subject: [PATCH] Upgrade Spring HATEOAS sample to H2 2.0.206 --- samples/rest-notes-spring-hateoas/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/rest-notes-spring-hateoas/build.gradle b/samples/rest-notes-spring-hateoas/build.gradle index 5a34e0f6..58c8e74d 100644 --- a/samples/rest-notes-spring-hateoas/build.gradle +++ b/samples/rest-notes-spring-hateoas/build.gradle @@ -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'