Skip to content

Commit a71e513

Browse files
committed
DATAJPA-978 - Upgraded Hibernate 5.2 build profile to 5.2.3.
1 parent 8756765 commit a71e513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@
115115
<profile>
116116
<id>hibernate-52</id>
117117
<properties>
118-
<hibernate>5.2.2.Final</hibernate>
118+
<hibernate>5.2.3.Final</hibernate>
119119
<hibernate.artifact>hibernate-core</hibernate.artifact>
120120
</properties>
121121
</profile>
122122
<profile>
123123
<id>hibernate-52-next</id>
124124
<properties>
125-
<hibernate>5.2.3-SNAPSHOT</hibernate>
125+
<hibernate>5.2.4-SNAPSHOT</hibernate>
126126
<hibernate.artifact>hibernate-core</hibernate.artifact>
127127
</properties>
128128
<repositories>

0 commit comments

Comments
 (0)