aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2020-06-21 10:37:23 +0100
committerliamfallon <liam.fallon@est.tech>2020-06-22 13:11:56 +0100
commitbfda840fc9a9a817bfc18bfc35f01abd08f72bf1 (patch)
tree00b75c21dacf2dc64d9605d803d06e622076157a
parent0d7559979877e7f0fd61a60b918613527e0325d4 (diff)
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 <liam.fallon@est.tech>
-rw-r--r--integration/pom.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<dependency>
<groupId>org.java-websocket</groupId>
<artifactId>Java-WebSocket</artifactId>
- <version>1.3.8</version>
+ <version>1.5.1</version>
</dependency>
<!-- SnakeYAML -->