Skip to content

Commit 45c102f

Browse files
committed
HBX-3131: Update the H2 dependency to version 2.4.240
Signed-off-by: Koen Aers <[email protected]>
1 parent 0721619 commit 45c102f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,11 @@
104104
<ant.version>1.10.15</ant.version>
105105
<antlr.version>4.13.2</antlr.version>
106106
<commons-collections.version>4.5.0</commons-collections.version>
107-
<freemarker.version>2.3.32</freemarker.version>
108-
<google-java-format.version>1.19.1</google-java-format.version>
109-
<h2.version>2.3.232</h2.version>
110-
<hibernate-commons-annotations.version>6.0.6.Final</hibernate-commons-annotations.version>
107+
<freemarker.version>2.3.34</freemarker.version>
108+
<!-- version 1.24.0 of google-java-format is the last one compatible with java 11 -->
109+
<google-java-format.version>1.24.0</google-java-format.version>
110+
<h2.version>2.4.240</h2.version>
111+
<hibernate-commons-annotations.version>7.0.3.Final</hibernate-commons-annotations.version>
111112
<hibernate-orm.version>6.5.3.Final</hibernate-orm.version>
112113
<hsqldb.version>2.6.1</hsqldb.version>
113114
<javaee-api.version>8.0.1</javaee-api.version>

0 commit comments

Comments
 (0)