Code Review
/
aai
/
champ.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
fc5ea0d
)
Upgrade Hadoop dependency (NexusIQ scan)
40/73040/1
author
Sanchez, Gabriel (gs882h)
<gabriel.sanchez@amdocs.com>
Mon, 19 Nov 2018 14:37:27 +0000
(14:37 +0000)
committer
Sanchez, Gabriel (gs882h)
<gabriel.sanchez@amdocs.com>
Mon, 19 Nov 2018 14:39:36 +0000
(14:39 +0000)
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>
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
a4849b8
..
de8970b
100755
(executable)
--- 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>