diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-09-14 13:00:30 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-09-14 13:00:42 +0100 |
commit | 865d562661ce393a3d87362e64d10bf79275fb9e (patch) | |
tree | f268c7ee61afc86a34321006a80c5279c8ab3e56 /plugins/plugins-executor/plugins-executor-jruby | |
parent | 4cfa2e2d98f6877d54da304ef17f096284430908 (diff) |
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 <liam.fallon@ericsson.com>
Diffstat (limited to 'plugins/plugins-executor/plugins-executor-jruby')
-rw-r--r-- | plugins/plugins-executor/plugins-executor-jruby/pom.xml | 32 |
1 files 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 @@ <dependencies> <dependency> <groupId>org.jruby</groupId> - <artifactId>jruby</artifactId> - <version>9.1.2.0</version> - <exclusions> - <exclusion> - <groupId>org.jruby</groupId> - <artifactId>dirgra</artifactId> - </exclusion> - <exclusion> - <groupId>org.jruby</groupId> - <artifactId>jruby-stdlib</artifactId> - </exclusion> - <exclusion> - <groupId>com.github.jnr</groupId> - <artifactId>jnr-posix</artifactId> - </exclusion> - <exclusion> - <groupId>com.github.jnr</groupId> - <artifactId>jffi</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>com.github.jnr</groupId> - <artifactId>jnr-posix</artifactId> - <version>3.0.45</version> - </dependency> - <dependency> - <groupId>com.github.jnr</groupId> - <artifactId>jffi</artifactId> - <version>1.2.10</version> + <artifactId>jruby-core</artifactId> + <version>9.2.0.0</version> </dependency> </dependencies> |