summaryrefslogtreecommitdiffstats
path: root/plugins/plugins-executor/plugins-executor-jython/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@ericsson.com>2018-06-26 11:47:22 +0100
committerliamfallon <liam.fallon@ericsson.com>2018-06-26 11:47:35 +0100
commitc78db71cba65d95698116dc7cbad5827f23362d0 (patch)
treee1e6c09848e4ba9ae84f6da9c9656951fa795b78 /plugins/plugins-executor/plugins-executor-jython/pom.xml
parentc64ab628a9a861a36b25418a2f187b93efc27880 (diff)
Upgrade version of Jython to remove vulnerability
Upgrade version of Jython from 2.2.1 to 2.7.1 to fix security vulnerability. Change-Id: I605b02483431b057f0ffa6017a5726ef8e1834d3 Issue-ID: POLICY-905 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'plugins/plugins-executor/plugins-executor-jython/pom.xml')
-rw-r--r--plugins/plugins-executor/plugins-executor-jython/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/plugins-executor/plugins-executor-jython/pom.xml b/plugins/plugins-executor/plugins-executor-jython/pom.xml
index 8b246561b..13b55caa4 100644
--- a/plugins/plugins-executor/plugins-executor-jython/pom.xml
+++ b/plugins/plugins-executor/plugins-executor-jython/pom.xml
@@ -37,8 +37,8 @@
<dependencies>
<dependency>
<groupId>org.python</groupId>
- <artifactId>jython</artifactId>
- <version>2.2.1</version>
+ <artifactId>jython-standalone</artifactId>
+ <version>2.7.1</version>
</dependency>
</dependencies>
</project> \ No newline at end of file