aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@ericsson.com>2018-07-10 12:25:19 +0300
committerliamfallon <liam.fallon@ericsson.com>2018-07-10 12:25:29 +0300
commit5906f30661e9d7697549b41951d6473ba25f866a (patch)
tree9db45ab464963537a4de0d9d39f4ae986719d4b4
parent197a07f0e8b48c2710984176c8ed9d78f0b50335 (diff)
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 <liam.fallon@ericsson.com>
-rw-r--r--core/core-infrastructure/pom.xml4
-rw-r--r--packages/apex-pdp-package-full/pom.xml2
-rw-r--r--plugins/plugins-executor/plugins-executor-jruby/pom.xml2
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 @@
<dependency>
<groupId>org.java-websocket</groupId>
<artifactId>Java-WebSocket</artifactId>
- <version>1.3.4</version>
+ <version>1.3.8</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
@@ -45,4 +45,4 @@
<artifactId>gson</artifactId>
</dependency>
</dependencies>
-</project> \ No newline at end of file
+</project>
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 @@
</build>
</profile>
</profiles>
-</project> \ No newline at end of file
+</project>
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 @@
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby</artifactId>
- <version>9.2.0.0</version>
+ <version>9.1.2.0</version>
<exclusions>
<exclusion>
<groupId>org.jruby.extras</groupId>