From 5906f30661e9d7697549b41951d6473ba25f866a Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 10 Jul 2018 12:25:19 +0300 Subject: Change JRuby and Websocket version Change the versions of JRuby and Java Websockets to versions that are approved by the Linux Foundation. Issue-ID: POLICY-905 Change-Id: I804ab1e9871bb573647035f47e674f472aba5528 Signed-off-by: liamfallon --- core/core-infrastructure/pom.xml | 4 ++-- packages/apex-pdp-package-full/pom.xml | 2 +- plugins/plugins-executor/plugins-executor-jruby/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/core-infrastructure/pom.xml b/core/core-infrastructure/pom.xml index 84548c7e2..e314052b3 100644 --- a/core/core-infrastructure/pom.xml +++ b/core/core-infrastructure/pom.xml @@ -34,7 +34,7 @@ org.java-websocket Java-WebSocket - 1.3.4 + 1.3.8 com.google.guava @@ -45,4 +45,4 @@ gson - \ No newline at end of file + diff --git a/packages/apex-pdp-package-full/pom.xml b/packages/apex-pdp-package-full/pom.xml index ef8766117..890f9f55e 100644 --- a/packages/apex-pdp-package-full/pom.xml +++ b/packages/apex-pdp-package-full/pom.xml @@ -500,4 +500,4 @@ - \ No newline at end of file + diff --git a/plugins/plugins-executor/plugins-executor-jruby/pom.xml b/plugins/plugins-executor/plugins-executor-jruby/pom.xml index c9f72fc07..fbe924aaa 100644 --- a/plugins/plugins-executor/plugins-executor-jruby/pom.xml +++ b/plugins/plugins-executor/plugins-executor-jruby/pom.xml @@ -38,7 +38,7 @@ org.jruby jruby - 9.2.0.0 + 9.1.2.0 org.jruby.extras -- cgit 1.2.3-korg