Skip to content

Commit 71dcd28

Browse files
committed
Upgrade to Groovy 2.4.5 (plus extracted guavaVersion and okhttpVersion)
1 parent 75f4739 commit 71dcd28

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ configure(allprojects) { project ->
3535
ext.ejbApiVersion = "3.0"
3636
ext.fileuploadVersion = "1.3.1"
3737
ext.freemarkerVersion = "2.3.23"
38-
ext.groovyVersion = "2.4.4"
38+
ext.groovyVersion = "2.4.5"
3939
ext.gsonVersion = "2.3.1"
40+
ext.guavaVersion = "18.0"
4041
ext.hamcrestVersion = "1.3"
4142
ext.hibernate3Version = "3.6.10.Final"
4243
ext.hibernate4Version = "4.3.11.Final"
@@ -58,6 +59,7 @@ configure(allprojects) { project ->
5859
ext.jtaVersion = "1.2"
5960
ext.junitVersion = "4.12"
6061
ext.nettyVersion = "4.0.31.Final"
62+
ext.okhttpVersion = "2.5.0"
6163
ext.openjpaVersion = "2.4.0"
6264
ext.poiVersion = "3.12"
6365
ext.protobufVersion = "2.6.1"
@@ -645,7 +647,7 @@ project("spring-context-support") {
645647
optional(project(":spring-tx")) // for Quartz support
646648
optional("javax.mail:javax.mail-api:${javamailVersion}")
647649
optional("javax.cache:cache-api:1.0.0")
648-
optional("com.google.guava:guava:18.0")
650+
optional("com.google.guava:guava:${guavaVersion}")
649651
optional("net.sf.ehcache:ehcache:${ehcacheVersion}")
650652
optional("org.quartz-scheduler:quartz:2.2.1")
651653
optional("org.codehaus.fabric3.api:commonj:1.1.0")
@@ -709,7 +711,7 @@ project("spring-web") {
709711
optional("org.apache.httpcomponents:httpclient:${httpclientVersion}")
710712
optional("org.apache.httpcomponents:httpasyncclient:${httpasyncVersion}")
711713
optional("io.netty:netty-all:${nettyVersion}")
712-
optional("com.squareup.okhttp:okhttp:2.5.0")
714+
optional("com.squareup.okhttp:okhttp:${okhttpVersion}")
713715
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
714716
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson2Version}")
715717
optional("com.google.code.gson:gson:${gsonVersion}")

0 commit comments

Comments
 (0)