From 865d562661ce393a3d87362e64d10bf79275fb9e Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 14 Sep 2018 13:00:30 +0100 Subject: Try new version of JRuby We had to use an old versino of JRuby due to security issues. A new version of JRuby was released in May, it seems to have a lower vulnerability level when tested using the "pom" test. Raising this review to check it in CLM. Change-Id: I77bf8bae4f7efe66d7e244d0ff9a52432b00a5ce Issue-ID: POLICY-1065 Signed-off-by: liamfallon --- .../plugins-executor-jruby/pom.xml | 32 ++-------------------- 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/plugins/plugins-executor/plugins-executor-jruby/pom.xml b/plugins/plugins-executor/plugins-executor-jruby/pom.xml index 3399e1516..0620dae9b 100644 --- a/plugins/plugins-executor/plugins-executor-jruby/pom.xml +++ b/plugins/plugins-executor/plugins-executor-jruby/pom.xml @@ -33,36 +33,8 @@ org.jruby - jruby - 9.1.2.0 - - - org.jruby - dirgra - - - org.jruby - jruby-stdlib - - - com.github.jnr - jnr-posix - - - com.github.jnr - jffi - - - - - com.github.jnr - jnr-posix - 3.0.45 - - - com.github.jnr - jffi - 1.2.10 + jruby-core + 9.2.0.0 -- cgit 1.2.3-korg