Dependency version changes for security 71/64471/2
authorliamfallon <liam.fallon@ericsson.com>
Tue, 4 Sep 2018 16:49:55 +0000 (17:49 +0100)
committerliamfallon <liam.fallon@ericsson.com>
Tue, 4 Sep 2018 17:21:21 +0000 (18:21 +0100)
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>
plugins/plugins-executor/plugins-executor-jython/pom.xml
plugins/pom.xml

index 3985b5e..81fe9e1 100644 (file)
@@ -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>
index 3000520..d448c3d 100644 (file)
@@ -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>