diff options
author | Sanchez, Gabriel (gs882h) <gabriel.sanchez@amdocs.com> | 2018-11-19 14:32:51 +0000 |
---|---|---|
committer | Tian Lee <TianL@amdocs.com> | 2018-12-06 11:30:01 +0000 |
commit | 7025a76c895f889c683d149606d4028d112799ab (patch) | |
tree | 43980efcc64ee4aa34ff7fa8b668effe266599d4 | |
parent | b44537519b6463f6fb8023227680094921f131f2 (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-x | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |