We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da521f commit 5bcfe06Copy full SHA for 5bcfe06
build.gradle
@@ -48,7 +48,7 @@ ext {
48
modifiedFiles =
49
files(grgit.status().unstaged.modified).filter { f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
50
51
- apacheSshdVersion = '2.9.3'
+ apacheSshdVersion = '2.9.2'
52
artemisVersion = '2.27.1'
53
aspectjVersion = '1.9.20.1'
54
assertjVersion = '3.24.2'
0 commit comments