From 01a2648f2f2e2e3441cde37ff80ad467f4e3c1eb Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 9 Sep 2015 13:18:49 +0200 Subject: [PATCH] DATAJPA-795 - Upgraded Hibernate 5 build profile to 5.0.1. Upgraded build profiles for 4.2 and 4.3 to the latest bugfix releases as well. --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 21d831e8c..7d966a58d 100644 --- a/pom.xml +++ b/pom.xml @@ -43,25 +43,25 @@ hibernate-42 - 4.2.19.Final + 4.2.20.Final hibernate-43 - 4.3.9.Final + 4.3.11.Final hibernate-5 - 5.0.0.Final + 5.0.1.Final hibernate-5-next - 5.0.1-SNAPSHOT + 5.0.2-SNAPSHOT