diff options
Diffstat (limited to 'plugins/plugins-executor/plugins-executor-jruby/pom.xml')
-rw-r--r-- | plugins/plugins-executor/plugins-executor-jruby/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/plugins-executor/plugins-executor-jruby/pom.xml b/plugins/plugins-executor/plugins-executor-jruby/pom.xml index 3dd93621c..2d26e41fa 100644 --- a/plugins/plugins-executor/plugins-executor-jruby/pom.xml +++ b/plugins/plugins-executor/plugins-executor-jruby/pom.xml @@ -34,7 +34,7 @@ <dependency> <groupId>org.jruby</groupId> <artifactId>jruby-core</artifactId> - <version>9.2.9.0</version> + <version>9.2.11.1</version> <exclusions> <exclusion> <groupId>org.jruby.extras</groupId> @@ -58,7 +58,7 @@ <dependency> <groupId>com.github.jnr</groupId> <artifactId>jffi</artifactId> - <version>1.2.22</version> + <version>1.2.23</version> </dependency> </dependencies> |