aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-04-22 11:12:12 +0100
committerliamfallon <liam.fallon@est.tech>2022-04-22 11:12:16 +0100
commit7d55da747c787c28404a0cd7f938edf8f4fd839b (patch)
tree11a8bfee607ef351ffa8d9649943a2400c64545b
parenta5106ee6d842acc129cd6afd30e4f7b5717f3100 (diff)
Upgrade dependencies for JRuby for security
Issue-ID: POLICY-4070 Change-Id: I7ad7c3f6a98e7e3cac83cbe06a8111173a6bffe2 Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r--plugins/plugins-executor/plugins-executor-jruby/pom.xml11
1 files changed, 10 insertions, 1 deletions
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
@@ -50,6 +50,10 @@
<artifactId>jffi</artifactId>
</exclusion>
<exclusion>
+ <groupId>com.github.jnr</groupId>
+ <artifactId>jnr-posix</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>org.jruby.joni</groupId>
<artifactId>joni</artifactId>
</exclusion>
@@ -68,7 +72,12 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jffi</artifactId>
- <version>1.2.23</version>
+ <version>1.3.9</version>
+ </dependency>
+ <dependency>
+ <groupId>com.github.jnr</groupId>
+ <artifactId>jnr-posix</artifactId>
+ <version>3.1.15</version>
</dependency>
</dependencies>
</project>