Upgrade hibernator and netty 13/43413/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 17 Apr 2018 18:16:32 +0000 (14:16 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 17 Apr 2018 18:16:44 +0000 (14:16 -0400)
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>
ONAP-PAP-REST/pom.xml

index a648fe6..fc5ef93 100644 (file)
                <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>
                <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>