Update Versions
This commit is contained in:
@@ -14,7 +14,7 @@ buildscript {
|
||||
|
||||
group = 'org.springframework.session'
|
||||
|
||||
ext.springBootVersion = '1.1.4.RELEASE'
|
||||
ext.springBootVersion = '1.1.10.RELEASE'
|
||||
ext.JAVA_GRADLE = "$rootDir/gradle/java.gradle"
|
||||
ext.MAVEN_GRADLE = "$rootDir/gradle/publish-maven.gradle"
|
||||
ext.TOMCAT_GRADLE = "$rootDir/gradle/tomcat.gradle"
|
||||
|
||||
@@ -11,18 +11,18 @@ group = 'org.springframework.session'
|
||||
sourceCompatibility = 1.5
|
||||
targetCompatibility = 1.5
|
||||
|
||||
ext.jstlVersion = '1.2.1'
|
||||
ext.servletApiVersion = '3.0.1'
|
||||
ext.springSecurityVersion = '4.0.0.CI-SNAPSHOT'
|
||||
ext.springVersion = '4.1.2.RELEASE'
|
||||
ext.groovyVersion = '2.0.5'
|
||||
ext.seleniumVersion = '2.33.0'
|
||||
ext.spockVersion = '0.7-groovy-2.0'
|
||||
ext.gebVersion = '0.9.0'
|
||||
ext.jedisVersion = '2.4.1'
|
||||
ext.commonsPoolVersion = '2.2'
|
||||
ext.embeddedRedisVersion = '0.2'
|
||||
ext.gebVersion = '0.10.0'
|
||||
ext.groovyVersion = '2.3.8'
|
||||
ext.jedisVersion = '2.4.1'
|
||||
ext.jstlVersion = '1.2.1'
|
||||
ext.seleniumVersion = '2.44.0'
|
||||
ext.servletApiVersion = '3.0.1'
|
||||
ext.spockVersion = '0.7-groovy-2.0'
|
||||
ext.springDataRedisVersion = '1.3.0.RELEASE'
|
||||
ext.springSecurityVersion = '4.0.0.RC1'
|
||||
ext.springVersion = '4.1.3.RELEASE'
|
||||
|
||||
ext.spockDependencies = [
|
||||
dependencies.create("org.spockframework:spock-core:$spockVersion") {
|
||||
|
||||
Reference in New Issue
Block a user