summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2014-10-17 10:04:24 +0200
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2014-11-06 22:37:15 +0900
commit3d9c70c14ecf3be2d3ec7791f06a59208dd69095 (patch)
treeb0b15917232399bad7efa487e6a8d3542eb72dd2
parent52e4e0c82c8ad6dc4a5852fa726987e55e9ea5b5 (diff)
SSHD: Update to 0.13.0
Long standing exhausting thread pool SSHD bug was apparently fixed upstream [1]. All Gerrit releases since 2.8.5 are known to suffer from this problem with the consequence that Gerrit must be restarted overnight. [1] https://issues.apache.org/jira/browse/SSHD-348 Change-Id: Ic52277050aa0cd19b19531ee997d312fd7273ebc
-rw-r--r--lib/mina/BUCK5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/mina/BUCK b/lib/mina/BUCK
index 7e23f2779b..5c51d3a22c 100644
--- a/lib/mina/BUCK
+++ b/lib/mina/BUCK
@@ -8,12 +8,11 @@ EXCLUDE = [
maven_jar(
name = 'sshd',
- id = 'org.apache.sshd:sshd-core:0.11.1-atlassian-1',
- sha1 = '0de20bfa03ddeedc8eb54ab6e85e90e776ea18f8',
+ id = 'org.apache.sshd:sshd-core:0.13.0',
+ sha1 = 'c616c5865cc55473c6d63c6fcf46e60d382be172',
license = 'Apache2.0',
deps = [':core'],
exclude = EXCLUDE,
- repository = ATLASSIAN,
)
maven_jar(