diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-09-04 17:49:55 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-09-04 18:21:21 +0100 |
commit | 25ac320ced13ae5da0e55db5404f62237bdaa491 (patch) | |
tree | 9c42c87d0060cce333f9e3411c35ad7107177409 /plugins/plugins-executor | |
parent | f32508381ce0b555fc14978cbaa458aa4e2d91c5 (diff) |
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 <liam.fallon@ericsson.com>
Diffstat (limited to 'plugins/plugins-executor')
-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 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 @@ <dependency> <groupId>org.python</groupId> <artifactId>jython-standalone</artifactId> - <version>2.7.1</version> + <version>2.7.1b3</version> </dependency> </dependencies> @@ -57,4 +57,4 @@ </distributionManagement> </profile> </profiles> -</project>
\ No newline at end of file +</project> |