Skip to content

Commit e553bb7

Browse files
committed
Latest dependency updates (Commons Pool 2.4.2, OkHttp 2.5)
1 parent 5e43f9b commit e553bb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ project("spring-aop") {
423423
compile("aopalliance:aopalliance:1.0")
424424
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
425425
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")
427427
optional("com.jamonapi:jamon:2.81")
428428
}
429429
}
@@ -488,7 +488,7 @@ project("spring-context") {
488488
testCompile("javax.inject:javax.inject-tck:1")
489489
testCompile("org.javamoney:moneta:1.0")
490490
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")
492492
testCompile("org.slf4j:slf4j-api:${slf4jVersion}")
493493
}
494494
}
@@ -709,7 +709,7 @@ project("spring-web") {
709709
optional("org.apache.httpcomponents:httpclient:${httpclientVersion}")
710710
optional("org.apache.httpcomponents:httpasyncclient:${httpasyncVersion}")
711711
optional("io.netty:netty-all:${nettyVersion}")
712-
optional("com.squareup.okhttp:okhttp:2.4.0")
712+
optional("com.squareup.okhttp:okhttp:2.5.0")
713713
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
714714
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson2Version}")
715715
optional("com.google.code.gson:gson:${gsonVersion}")

0 commit comments

Comments
 (0)