HADOOP-14100. Upgrade Jsch jar to latest version to fix vulnerability in old versions. Contributed by Vinayakumar B and Brahma Reddy Battula.
This commit is contained in:
parent
9088f8358a
commit
2875462c2b
|
@ -135,6 +135,9 @@ Release 2.7.4 - UNRELEASED
|
|||
HADOOP-14374. License error in GridmixTestUtils.java.
|
||||
(lixinglong via aajisaka)
|
||||
|
||||
HADOOP-14100. Upgrade Jsch jar to latest version to fix vulnerability in
|
||||
old versions. (Vinayakumar B and Brahma Reddy Battula via aajisaka)
|
||||
|
||||
Release 2.7.3 - 2016-08-25
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -791,7 +791,7 @@
|
|||
<dependency>
|
||||
<groupId>com.jcraft</groupId>
|
||||
<artifactId>jsch</artifactId>
|
||||
<version>0.1.42</version>
|
||||
<version>0.1.54</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.htrace</groupId>
|
||||
|
|
Loading…
Reference in New Issue