From 91b5aa75cfcf6064f968dcb3031553023aea9fc3 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 4a28cc8de..b638ff5c1 100644 --- a/pom.xml +++ b/pom.xml @@ -67,13 +67,13 @@ hibernate-51 - 5.1.0.Final + 5.1.1.Final hibernate-51-next - 5.1.1-SNAPSHOT + 5.1.2-SNAPSHOT