Skip to content

Commit 512ec9b

Browse files
committed
HBX-2943: Update dependency on Hibernate ORM to version 5.3.37.Final
Signed-off-by: Koen Aers <[email protected]>
1 parent f454a01 commit 512ec9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
</modules>
2626

2727
<properties>
28-
<ant.version>1.10.14</ant.version>
28+
<ant.version>1.10.15</ant.version>
2929
<commons-collections.version>4.4</commons-collections.version>
30-
<freemarker.version>2.3.32</freemarker.version>
30+
<freemarker.version>2.3.34</freemarker.version>
3131
<!-- 1.7 is the last google-java-format version that is compiled against Java 1.8 -->
3232
<google-java-format.version>1.7</google-java-format.version>
3333
<h2.version>1.4.199</h2.version>
3434
<hibernate-commons-annotations.version>5.1.2.Final</hibernate-commons-annotations.version>
35-
<hibernate-core.version>5.3.36.Final</hibernate-core.version>
35+
<hibernate-core.version>5.3.37.Final</hibernate-core.version>
3636
<hsqldb.version>2.5.2</hsqldb.version>
3737
<javaee-api.version>8.0.1</javaee-api.version>
3838
<javax.activation-api.version>1.2.0</javax.activation-api.version>

0 commit comments

Comments
 (0)