Skip to content

Commit 03e7004

Browse files
committed
Upgrade samples to H2 2.1.210
Closes gh-803
1 parent ff9f00d commit 03e7004

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/rest-notes-slate/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation "org.springframework.data:spring-data-jpa"
3737
implementation "org.springframework.data:spring-data-rest-webmvc"
3838

39-
runtimeOnly 'com.h2database:h2:2.0.206'
39+
runtimeOnly 'com.h2database:h2:2.1.210'
4040
runtimeOnly 'org.atteo:evo-inflector:1.2.1'
4141

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

samples/rest-notes-spring-data-rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>com.h2database</groupId>
7373
<artifactId>h2</artifactId>
74-
<version>2.0.206</version>
74+
<version>2.1.210</version>
7575
<scope>runtime</scope>
7676
</dependency>
7777
<dependency>

samples/rest-notes-spring-hateoas/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
implementation "org.springframework.data:spring-data-jpa"
4242
implementation "org.springframework.hateoas:spring-hateoas:2.0.0-M3"
4343

44-
runtimeOnly 'com.h2database:h2:2.0.206'
44+
runtimeOnly 'com.h2database:h2:2.1.210'
4545
runtimeOnly 'org.atteo:evo-inflector:1.2.1'
4646

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

0 commit comments

Comments
 (0)