Skip to content

Commit

Permalink
Update versions in gradle build.
Browse files Browse the repository at this point in the history
Spring 3.1.3
Hibernate 4.1.8
AspectJ 1.7.0
ehcache 2.5.5
SFL4J 1.7.2
Jackson 1.9.11
Joda Time 2.1
  • Loading branch information
mdeinum committed Nov 9, 2012
1 parent 17732b7 commit 8d8bf6a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build.gradle
@@ -1,12 +1,12 @@
apply plugin: 'base'

ext.springVersion='3.1.2.RELEASE'
ext.springVersion='3.1.3.RELEASE'
ext.tilesVersion='2.2.2'
ext.springSecurityVersion='3.1.3.RELEASE'
ext.springSwfVersion='2.3.1.RELEASE'
ext.hibernateVersion='4.1.7.Final'
ext.hibernateVersion='4.1.8.Final'
ext.hibernateValidatorVersion='4.3.0.Final'
ext.ehCacheVersion='2.5.3'
ext.ehCacheVersion='2.5.5'

ext.tomcatVersion = '7.0.32'
ext.cargoVersion = '1.1.3'
Expand Down Expand Up @@ -122,14 +122,14 @@ subprojects() {
compile "org.springframework:spring-webmvc:$springVersion"
compile "org.springframework:spring-oxm:$springVersion"

compile 'org.slf4j:jcl-over-slf4j:1.6.6'
compile 'ch.qos.logback:logback-classic:1.0.6'
compile 'org.slf4j:jcl-over-slf4j:1.7.2'
compile 'ch.qos.logback:logback-classic:1.0.7'
compile 'org.apache.commons:commons-lang3:3.0.1'
compile 'com.thoughtworks.xstream:xstream:1.4.2'
compile 'com.h2database:h2:1.3.168'
compile 'cglib:cglib-nodep:2.2.2'
compile 'org.aspectj:aspectjrt:1.6.12'
compile 'org.aspectj:aspectjweaver:1.6.12'
compile 'org.aspectj:aspectjrt:1.7.0'
compile 'org.aspectj:aspectjweaver:1.7.0'

compile "org.hibernate:hibernate-entitymanager:$hibernateVersion"
compile "org.hibernate:hibernate-core:$hibernateVersion"
Expand All @@ -139,9 +139,9 @@ subprojects() {

compile 'com.lowagie:itext:2.1.7'
compile 'net.sourceforge.jexcelapi:jxl:2.6.12'
compile 'org.codehaus.jackson:jackson-mapper-asl:1.9.9'
compile 'org.codehaus.jackson:jackson-mapper-asl:1.9.11'
compile 'commons-codec:commons-codec:1.6'
compile 'joda-time:joda-time:2.0'
compile 'joda-time:joda-time:2.1'

testCompile 'junit:junit:4.9'
testCompile "org.springframework:spring-test:$springVersion"
Expand Down

0 comments on commit 8d8bf6a

Please sign in to comment.