From 7d55da747c787c28404a0cd7f938edf8f4fd839b Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 22 Apr 2022 11:12:12 +0100 Subject: [PATCH] Upgrade dependencies for JRuby for security Issue-ID: POLICY-4070 Change-Id: I7ad7c3f6a98e7e3cac83cbe06a8111173a6bffe2 Signed-off-by: liamfallon --- plugins/plugins-executor/plugins-executor-jruby/pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/plugins/plugins-executor/plugins-executor-jruby/pom.xml b/plugins/plugins-executor/plugins-executor-jruby/pom.xml index 6d0d04ee1..c50afb0e2 100644 --- a/plugins/plugins-executor/plugins-executor-jruby/pom.xml +++ b/plugins/plugins-executor/plugins-executor-jruby/pom.xml @@ -49,6 +49,10 @@ com.github.jnr jffi + + com.github.jnr + jnr-posix + org.jruby.joni joni @@ -68,7 +72,12 @@ com.github.jnr jffi - 1.2.23 + 1.3.9 + + + com.github.jnr + jnr-posix + 3.1.15 -- 2.16.6