diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-06-26 14:09:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-06-26 14:09:14 +0000 |
commit | 7c2b947460d0795b29c9c23f1d7373a27ae7bc9e (patch) | |
tree | 59c8d2eb90cf15def8ee5df1aa6712b03e1f572b /plugins/plugins-executor/plugins-executor-jython/pom.xml | |
parent | eb4f03ccf03562161098735ab6d8d7c7414d63fc (diff) | |
parent | c78db71cba65d95698116dc7cbad5827f23362d0 (diff) |
Merge "Upgrade version of Jython to remove vulnerability"
Diffstat (limited to 'plugins/plugins-executor/plugins-executor-jython/pom.xml')
-rw-r--r-- | plugins/plugins-executor/plugins-executor-jython/pom.xml | 4 |
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 |