diff options
author | liamfallon <liam.fallon@est.tech> | 2020-06-21 10:37:23 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2020-06-22 13:11:56 +0100 |
commit | bfda840fc9a9a817bfc18bfc35f01abd08f72bf1 (patch) | |
tree | 00b75c21dacf2dc64d9605d803d06e622076157a /integration/pom.xml | |
parent | 0d7559979877e7f0fd61a60b918613527e0325d4 (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>
Diffstat (limited to 'integration/pom.xml')
-rw-r--r-- | integration/pom.xml | 2 |
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 --> |