From ae555f74fa32ad21a50d1f09160332e83caf2c42 Mon Sep 17 00:00:00 2001
From: Lizi 
Date: Tue, 30 Jan 2018 12:13:18 +0000
Subject: [PATCH] Fix the security issue about hibernate and ant.
Change-Id: Ie2ca3b5e369d709a9d57e514313fe6419f75018a
Issue-ID: AAI-592
Signed-off-by: Lizi 
---
 pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index b5ced24..fa3f050 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
         5.0
         2.2.4
         4.10
-        1.8.2
+        1.9.4
     
 
     
@@ -67,7 +67,11 @@
                 swagger-jersey2-jaxrs
                 ${swagger.version}
             
-			
+			
+				org.hibernate
+				hibernate-validator
+				5.4.2.Final
+