diff options
Diffstat (limited to 'plugins/plugins-executor')
-rw-r--r-- | plugins/plugins-executor/plugins-executor-jruby/pom.xml | 4 | ||||
-rw-r--r-- | plugins/plugins-executor/plugins-executor-mvel/pom.xml | 2 |
2 files changed, 3 insertions, 3 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> diff --git a/plugins/plugins-executor/plugins-executor-mvel/pom.xml b/plugins/plugins-executor/plugins-executor-mvel/pom.xml index 26c2e1a77..5a4f86c8b 100644 --- a/plugins/plugins-executor/plugins-executor-mvel/pom.xml +++ b/plugins/plugins-executor/plugins-executor-mvel/pom.xml @@ -33,7 +33,7 @@ <dependency> <groupId>org.mvel</groupId> <artifactId>mvel2</artifactId> - <version>2.3.1.Final</version> + <version>2.4.8.Final</version> </dependency> </dependencies> |