From c4e30a0b54a4802fa36a75b92ec48c2d92c512d0 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 20 Nov 2023 17:09:35 -0500 Subject: [PATCH] Revert to SSHD 2.9.2 The Apache `sshd-core-2.9.3` has some breaking changing for path resolution in Linux --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 552949ddb9..65d71d8680 100644 --- a/build.gradle +++ b/build.gradle @@ -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'