From 8e6b49616df8e47a1c00629b20dcf947ea0bca68 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 1 Nov 2018 14:59:21 +0000 Subject: Upgrade Jython for security, add doc warning Upgrading Jython to use a full release version. This will probably noit remove security problem but upgrades Jython to the most popular version. A warning is added telling developers to check extra pcakages in the Jython plugin documentation. Issue-ID: POLICY-1065 Change-Id: I83275204c1905bd48dd5ea58e98dcbbd9c47195f Signed-off-by: liamfallon (cherry picked from commit 9dc414a0cabc9074e87a7c9cd5c3e5ceee733e5a) --- plugins/plugins-executor/plugins-executor-jython/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/plugins-executor/plugins-executor-jython/pom.xml') diff --git a/plugins/plugins-executor/plugins-executor-jython/pom.xml b/plugins/plugins-executor/plugins-executor-jython/pom.xml index 7670f8079..13010b413 100644 --- a/plugins/plugins-executor/plugins-executor-jython/pom.xml +++ b/plugins/plugins-executor/plugins-executor-jython/pom.xml @@ -33,7 +33,7 @@ org.python jython-standalone - 2.7.1b3 + 2.7.1 -- cgit 1.2.3-korg