From c6f8ee7d2cb4e574e330d4fef697687cf996cba0 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Tue, 5 Jun 2018 13:24:18 +0200 Subject: [PATCH] DATAJPA-1359 - Upgrading dependencies in hibernate-53 build profiles. Upgraded the Hibernate dependencies because 5.3.1 is now final and the latest snapshot seems to be broken. Therefore it seems sensible to depend on 5.3.1-Final and 5.3.2-SNAPSHOT respectively in hibernate-53 and hibernate-53-next. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2653de8fc..52c8f11c6 100644 --- a/pom.xml +++ b/pom.xml @@ -48,13 +48,13 @@ hibernate-53 - 5.3.0.Final + 5.3.1.Final hibernate-53-next - 5.3.1-SNAPSHOT + 5.3.2-SNAPSHOT