File tree 3 files changed +3
-3
lines changed
rest-notes-spring-data-rest
rest-notes-spring-hateoas
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
implementation " org.springframework.data:spring-data-jpa"
37
37
implementation " org.springframework.data:spring-data-rest-webmvc"
38
38
39
- runtimeOnly ' com.h2database:h2:2.0.206 '
39
+ runtimeOnly ' com.h2database:h2:2.1.210 '
40
40
runtimeOnly ' org.atteo:evo-inflector:1.2.1'
41
41
42
42
testImplementation ' com.jayway.jsonpath:json-path:2.6.0'
Original file line number Diff line number Diff line change 71
71
<dependency >
72
72
<groupId >com.h2database</groupId >
73
73
<artifactId >h2</artifactId >
74
- <version >2.0.206 </version >
74
+ <version >2.1.210 </version >
75
75
<scope >runtime</scope >
76
76
</dependency >
77
77
<dependency >
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies {
41
41
implementation " org.springframework.data:spring-data-jpa"
42
42
implementation " org.springframework.hateoas:spring-hateoas:2.0.0-M3"
43
43
44
- runtimeOnly ' com.h2database:h2:2.0.206 '
44
+ runtimeOnly ' com.h2database:h2:2.1.210 '
45
45
runtimeOnly ' org.atteo:evo-inflector:1.2.1'
46
46
47
47
testImplementation ' com.jayway.jsonpath:json-path:2.6.0'
You can’t perform that action at this time.
0 commit comments