From 25ac320ced13ae5da0e55db5404f62237bdaa491 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 4 Sep 2018 17:49:55 +0100 Subject: Dependency version changes for security Versions of Jython and hazelcast changed to more secure versions. Change-Id: Iad918705170846b8813512c4bd8087ba429f6e82 Issue-ID: POLICY-1065 Signed-off-by: liamfallon --- plugins/plugins-executor/plugins-executor-jython/pom.xml | 4 ++-- plugins/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins') diff --git a/plugins/plugins-executor/plugins-executor-jython/pom.xml b/plugins/plugins-executor/plugins-executor-jython/pom.xml index 3985b5e15..81fe9e1ca 100644 --- a/plugins/plugins-executor/plugins-executor-jython/pom.xml +++ b/plugins/plugins-executor/plugins-executor-jython/pom.xml @@ -34,7 +34,7 @@ org.python jython-standalone - 2.7.1 + 2.7.1b3 @@ -57,4 +57,4 @@ - \ No newline at end of file + diff --git a/plugins/pom.xml b/plugins/pom.xml index 3000520f7..d448c3d61 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -35,7 +35,7 @@ Plugins for Apex that can be implemented with various 3PPs are implemented here. - 3.10.2 + 3.11-BETA-1 @@ -61,4 +61,4 @@ - \ No newline at end of file + -- cgit 1.2.3-korg