mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
ENT-12094 - Upgraded sshd-common (#7810)
This commit is contained in:
parent
03fc1f9093
commit
0d85c6d27f
@ -27,7 +27,7 @@ sourceSets {
|
|||||||
dependencies {
|
dependencies {
|
||||||
compile project(':test-utils')
|
compile project(':test-utils')
|
||||||
|
|
||||||
compile group: 'org.apache.sshd', name: 'sshd-common', version: '2.9.2'
|
compile group: 'org.apache.sshd', name: 'sshd-common', version: '2.13.2'
|
||||||
|
|
||||||
// Integration test helpers
|
// Integration test helpers
|
||||||
testCompile "org.assertj:assertj-core:$assertj_version"
|
testCompile "org.assertj:assertj-core:$assertj_version"
|
||||||
|
Loading…
Reference in New Issue
Block a user