update onboarding spring 25/48525/3
authorMichael Lando <ml636r@att.com>
Tue, 22 May 2018 15:26:11 +0000 (18:26 +0300)
committerAvi Gaffa <avi.gaffa@amdocs.com>
Wed, 23 May 2018 14:08:18 +0000 (14:08 +0000)
as requested for security purposes upgrading spring to 4.3.15.RELEASE

Change-Id: Ia2fd120860384291a38272bea5331467a395984f
Issue-ID: SDC-1323
Signed-off-by: Michael Lando <ml636r@att.com>
onboarding/pom.xml
openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml
openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-websocket/pom.xml
openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml
services/activity-spec/pom.xml

index 21a4d82..1987f19 100644 (file)
         <servlet.version>2.5</servlet.version>
         <slf4j.version>1.7.21</slf4j.version>
         <snakeyaml.version>1.17</snakeyaml.version>
-        <spring.framework.version>4.3.4.RELEASE</spring.framework.version> <!-- orignal 4.0.7.RELEASE 4.1.3.RELEASE-->
+        <spring.framework.version>4.3.15.RELEASE</spring.framework.version> <!-- orignal 4.0.7.RELEASE 4.1.3.RELEASE-->
         <swagger.version>1.5.3</swagger.version>
         <testng.version>6.9.10</testng.version> <!--new 6.9.13.6 still shows blackduck risk -->
         <woodstox.version>4.4.1</woodstox.version>
index b716f98..9bf2a73 100644 (file)
@@ -16,7 +16,6 @@
     </parent>
 
     <properties>
-        <spring.version>4.3.4.RELEASE</spring.version>
         <jetty.version>9.3.6.v20151106</jetty.version>
     </properties>
 
index abff87f..5a7012d 100644 (file)
@@ -22,7 +22,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-websocket</artifactId>
-            <version>4.3.4.RELEASE</version>
+            <version>${spring.framework.version}</version>
         </dependency>
         <dependency>
             <groupId>com.google.code.gson</groupId>
index eccc573..d90b6e0 100644 (file)
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-websocket</artifactId>
-            <version>4.3.4.RELEASE</version>
+            <version>${spring.framework.version}</version>
         </dependency>
         <dependency>
             <groupId>com.google.code.gson</groupId>
index 2b57400..f3c3b09 100644 (file)
@@ -34,7 +34,7 @@
         <mvn.docker.version>0.23.0</mvn.docker.version>
 
         <mockito.all.version>1.10.19</mockito.all.version>
-        <spring.framework.version>4.1.3.RELEASE</spring.framework.version>
+        <spring.framework.version>4.3.15.RELEASE</spring.framework.version>
         <cxf.version>3.1.8</cxf.version>
         <ws.rs.version>2.0.1</ws.rs.version>
         <javax.inject.version>1</javax.inject.version>