Skip to content

Commit 5bcfe06

Browse files
committed
Revert to SSHD 2.9.2
The Apache `sshd-core-2.9.3` has some breaking changing for path resolution in Linux
1 parent 5da521f commit 5bcfe06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ext {
4848
modifiedFiles =
4949
files(grgit.status().unstaged.modified).filter { f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
5050

51-
apacheSshdVersion = '2.9.3'
51+
apacheSshdVersion = '2.9.2'
5252
artemisVersion = '2.27.1'
5353
aspectjVersion = '1.9.20.1'
5454
assertjVersion = '3.24.2'

0 commit comments

Comments
 (0)