GH-9889: Upgrade to org.apache.sshd:sshd-sftp:2.15.0

Fixes: https://github.com/spring-projects/spring-integration/issues/9889
This commit is contained in:
Artem Bilan
2025-03-12 09:13:34 -04:00
parent 5ca57df21b
commit 48bb0d6c45

View File

@@ -54,7 +54,7 @@ ext {
}
modifiedFiles.finalizeValueOnRead()
apacheSshdVersion = '2.14.0'
apacheSshdVersion = '2.15.0'
artemisVersion = '2.39.0'
aspectjVersion = '1.9.22.1'
assertjVersion = '3.27.3'