Merge pull request #7378 from corda/adel/merge-from-4.9

NOTICK: Merge from OS 4.9
This commit is contained in:
Adel El-Beik 2023-05-31 17:20:08 +01:00 committed by GitHub
commit e60f30c28d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,8 +27,7 @@ sourceSets {
dependencies {
compile project(':test-utils')
compile group: 'org.apache.sshd', name: 'sshd-common', version: '2.3.0'
// integrationTestRuntime group: 'org.apache.sshd', name: 'sshd-common', version: '2.3.0'
compile group: 'org.apache.sshd', name: 'sshd-common', version: '2.9.2'
// Integration test helpers
testCompile "org.assertj:assertj-core:$assertj_version"