diff --git a/build.gradle b/build.gradle index 5a0eb92..e6c31a3 100644 --- a/build.gradle +++ b/build.gradle @@ -42,12 +42,12 @@ project(':rose') { compile "commons-logging:commons-logging:1.1.1" compile "commons-lang:commons-lang:2.6" compile "commons-collections:commons-collections:3.2.1" - compile "org.springframework:spring-context:3.1.2.RELEASE" - compile "org.springframework:spring-web:3.1.2.RELEASE" + compile "org.springframework:spring-context:4.0.0.RELEASE" + compile "org.springframework:spring-web:4.0.0.RELEASE" compile "log4j:log4j:1.2.17" compile "javax.servlet:jsp-api:2.0" compile "commons-fileupload:commons-fileupload:1.2.2" - compile "org.springframework:spring-webmvc:3.1.2.RELEASE" + compile "org.springframework:spring-webmvc:4.0.0.RELEASE" testCompile "org.springframework:spring-mock:2.0.8" compile "org.apache.velocity:velocity:1.7" compile "org.apache.velocity:velocity-tools:2.0" @@ -63,8 +63,8 @@ project(':context') { compile "commons-logging:commons-logging:1.1.1" compile "commons-lang:commons-lang:2.6" compile "commons-collections:commons-collections:3.2.1" - compile "org.springframework:spring-context:3.1.2.RELEASE" - compile "org.springframework:spring-web:3.1.2.RELEASE" + compile "org.springframework:spring-context:4.0.0.RELEASE" + compile "org.springframework:spring-web:4.0.0.RELEASE" } } @@ -78,8 +78,8 @@ project(':jade') { compile "commons-lang:commons-lang:2.6" compile "commons-jexl:commons-jexl:1.1" compile "commons-collections:commons-collections:3.2.1" - compile "org.springframework:spring-context:3.1.2.RELEASE" - compile "org.springframework:spring-jdbc:3.1.2.RELEASE" + compile "org.springframework:spring-context:4.0.0.RELEASE" + compile "org.springframework:spring-jdbc:4.0.0.RELEASE" testCompile "org.hsqldb:hsqldb:2.2.8" } }