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
This commit is contained in:
parent
52e4e0c82c
commit
3d9c70c14e
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user