From bfda840fc9a9a817bfc18bfc35f01abd08f72bf1 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Sun, 21 Jun 2020 10:37:23 +0100 Subject: [PATCH] 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 --- integration/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6