diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-06-23 13:17:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-23 13:17:20 +0000 |
commit | 9f9f0dd271e412779c239fc941ed2424112f3459 (patch) | |
tree | 2352005dfd963769eeed4341e5397344c0c8377f /plugins/plugins-executor | |
parent | ff86f98e38f3df388ff3dfa3b3bd995707d05b9b (diff) | |
parent | 5be43f6edf88558975258b0eba74f99bfe8937f8 (diff) |
Merge "Updating all Apex dependencies"
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> |