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

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


The following commit(s) were added to refs/heads/master by this push:
     new 44a3901  DRILL-7699: Update javax.validation Dependency
44a3901 is described below

commit 44a3901ff1bb5636dcdc46369070e037be8843da
Author: Charles Givre <cgi...@apache.org>
AuthorDate: Sun Apr 12 20:10:05 2020 -0400

    DRILL-7699: Update javax.validation Dependency
---
 exec/jdbc/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exec/jdbc/pom.xml b/exec/jdbc/pom.xml
index ecc7d44..22c3873 100644
--- a/exec/jdbc/pom.xml
+++ b/exec/jdbc/pom.xml
@@ -102,7 +102,7 @@
     <dependency>
       <groupId>javax.validation</groupId>
       <artifactId>validation-api</artifactId>
-      <version>1.1.0.Final</version>
+      <version>2.0.1.Final</version>
     </dependency>
   </dependencies>
 

Reply via email to