aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanchez, Gabriel (gs882h) <gabriel.sanchez@amdocs.com>2018-11-19 14:37:27 +0000
committerSanchez, Gabriel (gs882h) <gabriel.sanchez@amdocs.com>2018-11-19 14:39:36 +0000
commit8c863ce58c92a1accf269471e0d61daf9797fb79 (patch)
tree028e0e1e758a7ee1918f422822bff2383dd70288
parentfc5ea0d54b94d5c134cd9f8bb9420aacab647325 (diff)
Upgrade Hadoop dependency (NexusIQ scan)
Upgrade Hadoop dependency to avoid security vulnerabilities highlighted by NexusIQ scan Issue-ID: AAI-1887 Change-Id: I884b667599ed36358cdbd808f74449333aa85d8a 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 a4849b8..de8970b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,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>