aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanchez, Gabriel (gs882h) <gabriel.sanchez@amdocs.com>2018-11-19 14:32:51 +0000
committerTian Lee <TianL@amdocs.com>2018-12-06 11:30:01 +0000
commit7025a76c895f889c683d149606d4028d112799ab (patch)
tree43980efcc64ee4aa34ff7fa8b668effe266599d4
parentb44537519b6463f6fb8023227680094921f131f2 (diff)
Upgrade Hadoop dependency (NexusIQ scan)
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>
-rwxr-xr-xpom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c8903fc..10e2360 100755
--- 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>