From e9c3568fa3dcc0f85b8326935e78e693ab120fe1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 15 Feb 2017 15:04:53 +0000 Subject: [PATCH] Upgrade to Hibernate 5.2.7.Final This commit also removes the exclusion of cdi-api. It is no longer required as https://hibernate.atlassian.net/browse/HHH-11370 has been fixed in 5.2.7. Closes gh-8111 --- spring-boot-dependencies/pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 685ccf37b7b..c90b59135c6 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -84,7 +84,7 @@ 1.3 3.7.5 1.1.3 - 5.2.5.Final + 5.2.7.Final 5.3.4.Final 2.5.1 2.3.3 @@ -1650,10 +1650,6 @@ xml-apis xml-apis - - javax.enterprise - cdi-api -