summaryrefslogtreecommitdiffstats
path: root/plugins/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@ericsson.com>2018-09-04 17:49:55 +0100
committerliamfallon <liam.fallon@ericsson.com>2018-09-04 18:21:21 +0100
commit25ac320ced13ae5da0e55db5404f62237bdaa491 (patch)
tree9c42c87d0060cce333f9e3411c35ad7107177409 /plugins/pom.xml
parentf32508381ce0b555fc14978cbaa458aa4e2d91c5 (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/pom.xml')
-rw-r--r--plugins/pom.xml4
1 files changed, 2 insertions, 2 deletions
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 @@
<description>Plugins for Apex that can be implemented with various 3PPs are implemented here.</description>
<properties>
- <version.hazelcast>3.10.2</version.hazelcast>
+ <version.hazelcast>3.11-BETA-1</version.hazelcast>
</properties>
<modules>
@@ -61,4 +61,4 @@
</distributionManagement>
</profile>
</profiles>
-</project> \ No newline at end of file
+</project>