From 8019578e0da981d7bf0e0bdd51f76a7099046a78 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 31 Jul 2015 11:32:43 +0200 Subject: [PATCH] #118 - Upgraded to Spring Framework 4.2 GA. Upgraded to Querydsl 3.6.5 along the way. --- bom/pom.xml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 3a0ba85a..8c86a2bc 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -9,7 +9,7 @@ Spring Data - Using the BOM for dependency management - 4.1.6.RELEASE + 4.2.0.RELEASE Fowler-RELEASE diff --git a/pom.xml b/pom.xml index bca779e9..0b75686c 100644 --- a/pom.xml +++ b/pom.xml @@ -33,8 +33,8 @@ 1.1.3 1.8 - 4.2.0.RC3 - 3.6.4 + 4.2.0.RELEASE + 3.6.5 Gosling-M1