ENT-12094 - Upgraded sshd-common (#7810)

This commit is contained in:
Chris Cochrane 2024-09-19 16:02:58 +01:00 committed by GitHub
parent 03fc1f9093
commit 0d85c6d27f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ sourceSets {
dependencies {
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
testCompile "org.assertj:assertj-core:$assertj_version"