From 3876bb04e3aa43d23dd633214c9c54ae2b8c1c70 Mon Sep 17 00:00:00 2001 From: Tague Griffith Date: Sun, 1 Dec 2013 14:56:23 -0800 Subject: [PATCH] Update Gradle build to use Apache Commons Pool 2.0. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index eb73a5c..30af731 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ repositories { dependencies { testCompile 'junit:junit:4.11' - compile 'commons-pool:commons-pool:1.6' + compile 'org.apache.commons:commons-pool2:2.0' }