Upgrade samples to H2 2.1.210

Closes gh-803
This commit is contained in:
Andy Wilkinson
2022-05-16 15:06:50 +01:00
parent ff9f00d313
commit 03e7004a71
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ dependencies {
implementation "org.springframework.data:spring-data-jpa"
implementation "org.springframework.data:spring-data-rest-webmvc"
runtimeOnly 'com.h2database:h2:2.0.206'
runtimeOnly 'com.h2database:h2:2.1.210'
runtimeOnly 'org.atteo:evo-inflector:1.2.1'
testImplementation 'com.jayway.jsonpath:json-path:2.6.0'

View File

@@ -71,7 +71,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.0.206</version>
<version>2.1.210</version>
<scope>runtime</scope>
</dependency>
<dependency>

View File

@@ -41,7 +41,7 @@ dependencies {
implementation "org.springframework.data:spring-data-jpa"
implementation "org.springframework.hateoas:spring-hateoas:2.0.0-M3"
runtimeOnly 'com.h2database:h2:2.0.206'
runtimeOnly 'com.h2database:h2:2.1.210'
runtimeOnly 'org.atteo:evo-inflector:1.2.1'
testImplementation 'com.jayway.jsonpath:json-path:2.6.0'