diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2018-09-16 17:11:45 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-09-16 14:48:35 +0000 |
commit | 01813434e92d27f302b3be8893e175cdb1217306 (patch) | |
tree | 3a2b6d19cc470e2f3d155ca08da54ee11b74eb83 /catalog-model | |
parent | 0e9742f33076348a98dcff8190091b2a89cd327f (diff) |
fix security vilation CVE-2017-7536
Change-Id: Ia772f190bcbff0d4e3a49ea42807e9224b420763
Issue-ID: SDC-1720
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'catalog-model')
-rw-r--r-- | catalog-model/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index ed352764de..1d07d91b48 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -88,7 +88,7 @@ <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-validator</artifactId> - <version>5.0.1.Final</version> + <version>5.3.6.Final</version> </dependency> <!-- Gson --> |