diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-04-17 14:16:32 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-04-17 14:16:44 -0400 |
commit | a4baf3adde49e27d88492339ffa5e4da4d79af57 (patch) | |
tree | e36a83666ddc9ef7d9dc06c6d4a537c3d46d04d0 /ONAP-PAP-REST | |
parent | 2817079ede91e3e38f767086cccb485ceff6dd03 (diff) |
Upgrade hibernator and netty
Forgot one place for hibernator and need to upgrade netty to
clear CLM issue.
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-2156
Issue-ID: POLICY-722
Change-Id: I741c47110af916c222f92329791217b0c3bc07df
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'ONAP-PAP-REST')
-rw-r--r-- | ONAP-PAP-REST/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ONAP-PAP-REST/pom.xml b/ONAP-PAP-REST/pom.xml index a648fe609..fc5ef9362 100644 --- a/ONAP-PAP-REST/pom.xml +++ b/ONAP-PAP-REST/pom.xml @@ -153,7 +153,7 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty</artifactId> - <version>3.5.0.Final</version> + <version>3.9.7.Final</version> </dependency> <dependency> <groupId>com.google.guava</groupId> @@ -239,7 +239,7 @@ <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-validator</artifactId> - <version>5.1.3.Final</version> + <version>5.4.2.Final</version> </dependency> <!-- https://mvnrepository.com/artifact/org.json/json --> <dependency> |