Upgrade Hadoop dependency (NexusIQ scan) 38/73038/2
authorSanchez, Gabriel (gs882h) <gabriel.sanchez@amdocs.com>
Mon, 19 Nov 2018 14:32:51 +0000 (14:32 +0000)
committerTian Lee <TianL@amdocs.com>
Thu, 6 Dec 2018 11:30:01 +0000 (11:30 +0000)
Upgrade Hadoop dependency to avoid Security
vulnerabilities highlighted by NexusIQ scan

Issue-ID: AAI-1887

Change-Id: Ia3c29a2942561c7fe15b1ed046e4d0bc1e081218
Signed-off-by: gabriel.sanchez <gabriel.sanchez@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index c8903fc..10e2360 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@ limitations under the License.
             <dependency>
                 <groupId>org.apache.hadoop</groupId>
                 <artifactId>hadoop-common</artifactId>
-                <version>2.7.6</version>
+                <version>2.7.7</version>
             </dependency>
 
             <dependency>