Repository: hadoop Updated Branches: refs/heads/YARN-5734 6136aff31 -> 0b869d925 (forced update)
HADOOP-14100. Upgrade Jsch jar to latest version to fix vulnerability in old versions. Contributed by Vinayakumar B Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/159d6c56 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/159d6c56 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/159d6c56 Branch: refs/heads/YARN-5734 Commit: 159d6c56e7f3aa3ebe45750cf88735287f047b42 Parents: 82607fc Author: Arpit Agarwal <[email protected]> Authored: Thu Feb 23 14:25:08 2017 -0800 Committer: Arpit Agarwal <[email protected]> Committed: Thu Feb 23 14:25:08 2017 -0800 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/159d6c56/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 47e21d8..c8aa857 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -963,7 +963,7 @@ <dependency> <groupId>com.jcraft</groupId> <artifactId>jsch</artifactId> - <version>0.1.51</version> + <version>0.1.54</version> </dependency> <dependency> <groupId>org.apache.htrace</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
