From 2cf4b2455b8334d71cf02eb5fe4deb584fc8c0b5 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Fri, 3 Mar 2017 09:23:33 -0600 Subject: [PATCH] Bump spring4-next and spring5 profiles Upgrade baseline for CI tests against newer versions of Spring/Spring Security. --- build.gradle | 2 +- spring4-next-profile.gradle | 4 ++-- spring5-profile.gradle | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index c4cac704..fdb61207 100644 --- a/build.gradle +++ b/build.gradle @@ -91,7 +91,7 @@ configure(subprojects) { subproject -> */ if (project.hasProperty('profile')) { apply from: "${project.rootDir}/${profile}-profile.gradle" - println "+++ Configuring ${subproject.name} for Spring Framework ${springVersion}" + println "+++ Configuring ${subproject.name} for Spring Framework ${springVersion} and Spring Security ${springSecurityVersion}" repositories { maven { url "https://repo.spring.io/libs-snapshot" } diff --git a/spring4-next-profile.gradle b/spring4-next-profile.gradle index 58b6b9d3..c7559765 100644 --- a/spring4-next-profile.gradle +++ b/spring4-next-profile.gradle @@ -2,5 +2,5 @@ * Enable with "-Pprofile=spring4-next" */ -ext.springVersion = "4.3.4.RELEASE" -ext.springSecurityVersion = "4.1.3.RELEASE" \ No newline at end of file +ext.springVersion = "4.3.7.RELEASE" +ext.springSecurityVersion = "4.1.4.RELEASE" \ No newline at end of file diff --git a/spring5-profile.gradle b/spring5-profile.gradle index ae8dcdd0..9331ca08 100644 --- a/spring5-profile.gradle +++ b/spring5-profile.gradle @@ -2,8 +2,8 @@ * Enable with "-Pprofile=spring5" */ -ext.springVersion = "5.0.0.M3" -ext.springSecurityVersion = "4.2.0.BUILD-SNAPSHOT" +ext.springVersion = "5.0.0.M5" +ext.springSecurityVersion = "4.2.3.BUILD-SNAPSHOT" compileJava { sourceCompatibility=1.8