Revert to SSHD 2.9.2

The Apache `sshd-core-2.9.3` has some breaking changing for path resolution in Linux
This commit is contained in:
Artem Bilan
2023-11-20 17:09:35 -05:00
parent 5da521f4a3
commit 5bcfe06e66

View File

@@ -48,7 +48,7 @@ ext {
modifiedFiles =
files(grgit.status().unstaged.modified).filter { f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
apacheSshdVersion = '2.9.3'
apacheSshdVersion = '2.9.2'
artemisVersion = '2.27.1'
aspectjVersion = '1.9.20.1'
assertjVersion = '3.24.2'