@@ -423,7 +423,7 @@ project("spring-aop") {
423
423
compile(" aopalliance:aopalliance:1.0" )
424
424
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
425
425
optional(" commons-pool:commons-pool:1.6" )
426
- optional(" org.apache.commons:commons-pool2:2.4.1 " )
426
+ optional(" org.apache.commons:commons-pool2:2.4.2 " )
427
427
optional(" com.jamonapi:jamon:2.81" )
428
428
}
429
429
}
@@ -488,7 +488,7 @@ project("spring-context") {
488
488
testCompile(" javax.inject:javax.inject-tck:1" )
489
489
testCompile(" org.javamoney:moneta:1.0" )
490
490
testCompile(" commons-dbcp:commons-dbcp:1.4" )
491
- testCompile(" org.apache.commons:commons-pool2:2.4.1 " )
491
+ testCompile(" org.apache.commons:commons-pool2:2.4.2 " )
492
492
testCompile(" org.slf4j:slf4j-api:${ slf4jVersion} " )
493
493
}
494
494
}
@@ -709,7 +709,7 @@ project("spring-web") {
709
709
optional(" org.apache.httpcomponents:httpclient:${ httpclientVersion} " )
710
710
optional(" org.apache.httpcomponents:httpasyncclient:${ httpasyncVersion} " )
711
711
optional(" io.netty:netty-all:${ nettyVersion} " )
712
- optional(" com.squareup.okhttp:okhttp:2.4 .0" )
712
+ optional(" com.squareup.okhttp:okhttp:2.5 .0" )
713
713
optional(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
714
714
optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${ jackson2Version} " )
715
715
optional(" com.google.code.gson:gson:${ gsonVersion} " )
0 commit comments