Upgrade samples to H2 2.1.210
Closes gh-803
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user