aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorAnatol Pomozov <anatol.pomozov@gmail.com>2011-01-05 12:02:22 -0800
committerChris Aniszczyk <caniszczyk@gmail.com>2011-03-31 09:43:15 -0500
commit74419e1474b286e92dd812005fc585c3e1f21c59 (patch)
tree64a6d4149d7e4a22d31000422c88b675c2fe7fc7 /pom.xml
parent6935db4ec2995e818e7202f26c6eb1f99a48dc54 (diff)
downloadjgit-74419e1474b286e92dd812005fc585c3e1f21c59.tar.gz
jgit-74419e1474b286e92dd812005fc585c3e1f21c59.zip
Bump jsch to 0.1.44
It fixes 'Corrupted MAC on input' ssh issue. CQ: 4728 Change-Id: I7de63cb3482488ac938566706edebee8a1cdad3a Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 80fcab1f37..d77cd9b21a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,7 @@
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
<bundle-manifest>${project.build.directory}/META-INF/MANIFEST.MF</bundle-manifest>
- <jsch-version>0.1.41</jsch-version>
+ <jsch-version>0.1.44-1</jsch-version>
<junit-version>4.5</junit-version>
<args4j-version>2.0.12</args4j-version>
<servlet-api-version>2.5</servlet-api-version>
@@ -375,4 +375,5 @@
<module>org.eclipse.jgit.test</module>
<module>org.eclipse.jgit.http.test</module>
</modules>
+
</project>