From 7813c09fe2d05d486ec8f11b5913d2f45aaadc11 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 6 Dec 2016 13:37:09 +0100 Subject: [PATCH] DATAJPA-1018 - Upgrade to Hibernate 5.1.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …to benefit from the fix for [0]. [0] https://hibernate.atlassian.net/browse/HHH-10514 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2e47a168b..85fc92028 100644 --- a/pom.xml +++ b/pom.xml @@ -74,13 +74,13 @@ hibernate-51 - 5.1.0.Final + 5.1.1.Final hibernate-51-next - 5.1.1-SNAPSHOT + 5.1.2-SNAPSHOT