summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2014-03-05 08:46:11 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2014-03-05 08:46:11 +0100
commita482fc72735fd9d8de9d7ced87b75b4ff3bf3e07 (patch)
tree4c2874f519c712302d6ecc5229f50353f2f638cd
parent47207e98d4c0bb4ffdbaef0d44239c2d43388ee8 (diff)
downloadjgit-a482fc72735fd9d8de9d7ced87b75b4ff3bf3e07.tar.gz
jgit-a482fc72735fd9d8de9d7ced87b75b4ff3bf3e07.zip
Update com.jcraft.jsch to 0.1.50 also in pom dependencies
We updated the target platforms in 3.3 following the version shipped by the release train but missed to update it in pom dependencies. This wasn't harmful as there were no API changes between 0.1.46 and 0.1.50. Change-Id: Ie8ac2ea447fa93d6643b9817f58767ab7f0b1aa4 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d3acc1d519..ecf24001d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,7 +176,7 @@
<bundle-manifest>${project.build.directory}/META-INF/MANIFEST.MF</bundle-manifest>
<jgit-last-release-version>3.2.0.201312181205-r</jgit-last-release-version>
- <jsch-version>0.1.46</jsch-version>
+ <jsch-version>0.1.50</jsch-version>
<javaewah-version>0.7.9</javaewah-version>
<junit-version>4.11</junit-version>
<!-- TODO: update Maven dependency for args4j to 2.0.21 as soon as available on Maven Central -->