Upgraded sshd-common

This commit is contained in:
chriscochrane 2024-09-16 11:37:40 +01:00
parent 1f598f9d68
commit e0e574caf0
No known key found for this signature in database
GPG Key ID: E20C3731120606AB

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"