File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
examples/5-minute-tutorial/app Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -97,13 +97,13 @@ plugins {
9797
9898Also we need to depend on the java library containing the [ H2 database] ( ) drivers.
9999This is done in the ` dependencies ` section of the ` gradle.build ` file,
100- to which we add ` implementation 'com.h2database:h2:2.3.232 ' ` .
100+ to which we add ` implementation 'com.h2database:h2:2.4.240 ' ` .
101101
102102``` groovy
103103...
104104dependencies {
105105 ...
106- implementation 'com.h2database:h2:2.3.232 '
106+ implementation 'com.h2database:h2:2.4.240 '
107107}
108108...
109109```
@@ -122,7 +122,7 @@ repositories {
122122}
123123
124124dependencies {
125- implementation('com.h2database:h2:2.3.232 ')
125+ implementation('com.h2database:h2:2.4.240 ')
126126}
127127```
128128
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies {
2424
2525 // This dependency is used by the application.
2626 implementation libs. guava
27- implementation ' com.h2database:h2:2.3.232 '
27+ implementation ' com.h2database:h2:2.4.240 '
2828}
2929
3030// Apply a specific Java toolchain to ease working on different environments.
Original file line number Diff line number Diff line change 107107 <freemarker .version>2.3.34</freemarker .version>
108108 <!-- version 1.24.0 of google-java-format is the last one compatible with java 11 -->
109109 <google-java-format .version>1.24.0</google-java-format .version>
110- <h2 .version>2.3.232 </h2 .version>
110+ <h2 .version>2.4.240 </h2 .version>
111111 <hibernate-commons-annotations .version>7.0.3.Final</hibernate-commons-annotations .version>
112112 <hibernate-orm .version>6.6.29.Final</hibernate-orm .version>
113113 <hsqldb .version>2.6.1</hsqldb .version>
You can’t perform that action at this time.
0 commit comments