From 4041729eed6bee54fc108f91a10d50afc0a1673c Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Fri, 7 Mar 2014 16:34:13 -0500 Subject: [PATCH] Upgrade minor versions of dependencies --- build.gradle | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/build.gradle b/build.gradle index dbce3ac8..a3e4f4fc 100644 --- a/build.gradle +++ b/build.gradle @@ -59,10 +59,10 @@ configure(subprojects.findAll { } subproject.ext { - springVersion = "4.0.1.RELEASE" + springVersion = "4.0.2.RELEASE" springSecurityVersion = "3.2.0.RELEASE" slf4jVersion = "1.7.5" - log4jVersion = "1.2.15" + log4jVersion = "1.2.17" } test { @@ -114,14 +114,14 @@ project("spring-binding") { compile("org.springframework:spring-context:$springVersion") compile("org.springframework:spring-core:$springVersion") compile("org.springframework:spring-expression:$springVersion") - provided("javax.el:el-api:2.2") + provided("javax.el:javax.el-api:2.2.4") testCompile("log4j:log4j:$log4jVersion") { exclude group: "javax.mail", module: "mail" exclude group: "javax.jms", module: "jms" exclude group: "com.sun.jdmk", module: "jmxtools" exclude group: "com.sun.jmx", module: "jmxri" } - testCompile("org.apache.tomcat:tomcat-jasper-el:7.0.27") + testCompile("org.apache.tomcat:tomcat-jasper-el:7.0.39") } } @@ -222,7 +222,7 @@ project("spring-webflow") { compile("org.springframework:spring-expression:$springVersion") compile("org.springframework:spring-web:$springVersion") compile("org.springframework:spring-webmvc:$springVersion") - provided("javax.el:el-api:2.2") + provided("javax.el:javax.el-api:2.2.4") provided("javax.servlet:javax.servlet-api:3.0.1") provided("javax.portlet:portlet-api:2.0") provided("junit:junit:3.8.2") @@ -236,11 +236,11 @@ project("spring-webflow") { optional("org.springframework:spring-tx:$springVersion") optional("org.springframework:spring-webmvc-portlet:$springVersion") testCompile("javax.validation:validation-api:1.0.0.GA") - testCompile("org.hibernate:hibernate-core:4.2.8.Final") - testCompile("org.hibernate:hibernate-entitymanager:4.2.8.Final") - testCompile("org.hibernate:hibernate-validator:4.3.0.Final") - testCompile("org.apache.tomcat:tomcat-jasper-el:7.0.27") - testCompile("org.hsqldb:hsqldb:2.2.8") + testCompile("org.hibernate:hibernate-core:4.2.10.Final") + testCompile("org.hibernate:hibernate-entitymanager:4.2.10.Final") + testCompile("org.hibernate:hibernate-validator:4.3.1.Final") + testCompile("org.apache.tomcat:tomcat-jasper-el:7.0.39") + testCompile("org.hsqldb:hsqldb:2.3.1") testCompile("org.springframework:spring-aop:$springVersion") testCompile("org.springframework:spring-jdbc:$springVersion") testCompile("org.springframework:spring-test:$springVersion") @@ -260,12 +260,12 @@ project("spring-faces") { compile("org.springframework:spring-expression:$springVersion") compile("org.springframework:spring-web:$springVersion") compile("org.springframework:spring-webmvc:$springVersion") - provided("javax.el:el-api:2.2") + provided("javax.el:javax.el-api:2.2.4") provided("javax.servlet:javax.servlet-api:3.0.1") provided("javax.portlet:portlet-api:2.0") provided("com.sun.faces:jsf-api:2.2.4") provided("com.sun.faces:jsf-impl:2.2.4") - provided("org.apache.myfaces.core:myfaces-impl:2.1.7") + provided("org.apache.myfaces.core:myfaces-impl:2.1.9") optional("com.sun.facelets:jsf-facelets:1.1.14") optional("org.springframework.security:spring-security-core:$springSecurityVersion") optional("org.springframework.security:spring-security-web:$springSecurityVersion") @@ -277,8 +277,8 @@ project("spring-faces") { exclude group: "com.sun.jdmk", module: "jmxtools" exclude group: "com.sun.jmx", module: "jmxri" } - testCompile("org.apache.myfaces.test:myfaces-test22:1.0.5") - testCompile("org.apache.tomcat:tomcat-jasper-el:7.0.27") + testCompile("org.apache.myfaces.test:myfaces-test22:1.0.6") + testCompile("org.apache.tomcat:tomcat-jasper-el:7.0.39") testCompile("org.slf4j:jcl-over-slf4j:$slf4jVersion") testCompile("org.slf4j:slf4j-log4j12:$slf4jVersion") { exclude group: "log4j", module: "log4j"