Upgrade Spring to 4.3.15-RELEASE 09/43109/1
authorPamela Dragosh <pdragosh@research.att.com>
Mon, 16 Apr 2018 17:30:06 +0000 (13:30 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Mon, 16 Apr 2018 17:30:13 +0000 (13:30 -0400)
Upgrade to fix 3 security issues:

https://nvd.nist.gov/vuln/detail/CVE-2018-1270
https://nvd.nist.gov/vuln/detail/CVE-2016-9878
https://nvd.nist.gov/vuln/detail/CVE-2018-1271

Issue-ID: POLICY-722
Change-Id: Icfa5775905ad091dbe55eadfb4414c67abebc13a
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
ONAP-PAP-REST/pom.xml
ONAP-PDP-REST/pom.xml
ONAP-REST/pom.xml

index 9956e9a..a648fe6 100644 (file)
                </dependency>
        </dependencies>
        <properties>
-               <springframework.version>4.3.3.RELEASE</springframework.version>
+               <springframework.version>4.3.15.RELEASE</springframework.version>
                <hibernate.version>4.3.10.Final</hibernate.version>
                <projectversion>2.0.2</projectversion>
        </properties>
index b96c94b..302410e 100644 (file)
@@ -29,7 +29,7 @@
        <artifactId>ONAP-PDP-REST</artifactId>
        <description>ONAP PDP REST</description>
        <properties>
-               <springframework.version>4.3.3.RELEASE</springframework.version>
+               <springframework.version>4.3.15.RELEASE</springframework.version>
        </properties>
        <packaging>war</packaging>
        <build>
index 4ae1106..f76c0a2 100644 (file)
                </dependency>           
        </dependencies>
        <properties>
-               <springframework.version>4.3.3.RELEASE</springframework.version>
+               <springframework.version>4.3.15.RELEASE</springframework.version>
                <hibernate.version>4.3.10.Final</hibernate.version>
        </properties>
 </project>