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 5cb99d32e7
commit c4e30a0b54

View File

@@ -47,7 +47,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.28.0'
aspectjVersion = '1.9.20.1'
assertjVersion = '3.24.2'