From: liamfallon Date: Sun, 21 Jun 2020 09:37:23 +0000 (+0100) Subject: Security issue with Java-WebSocket:1.3.8 X-Git-Tag: 3.2.0~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fparent.git;a=commitdiff_plain;h=bfda840fc9a9a817bfc18bfc35f01abd08f72bf1 Security issue with Java-WebSocket:1.3.8 Stepping org.java-websocket:Java-WebSocket version 1.3.8 to version 1.5.1 removes the issue. apex-pdp needs a corresponding change due to a change in an enum in the new version of java-websocket. Issue-ID: POLICY-2668 Change-Id: I3827cee6d7569f7343ec32942b5504d7714412eb Signed-off-by: liamfallon --- diff --git a/integration/pom.xml b/integration/pom.xml index 162dd312..97580988 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -341,7 +341,7 @@ org.java-websocket Java-WebSocket - 1.3.8 + 1.5.1