diff options
Diffstat (limited to 'plugins/plugins-executor')
-rw-r--r-- | plugins/plugins-executor/plugins-executor-jruby/pom.xml | 11 |
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> |