This is an automated email from the ASF dual-hosted git repository.

sorabh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git

commit bc9502a47bd619cf7c0b9d5965055338376a77ea
Author: ozinoviev <ozinov...@solit-clouds.ru>
AuthorDate: Mon Aug 27 17:14:21 2018 +0300

    DRILL-6712: Creation of jdbc storage plugin fails with NoSuchMethod
    closes #1447
---
 exec/java-exec/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml
index f406895..e5b055b 100644
--- a/exec/java-exec/pom.xml
+++ b/exec/java-exec/pom.xml
@@ -89,7 +89,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-pool2</artifactId>
-      <version>2.1</version>
+      <version>2.6.0</version>
     </dependency>
 
     <dependency>

Reply via email to