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 95aab00 commit 0e4a8f6Copy full SHA for 0e4a8f6
build.gradle
@@ -47,7 +47,7 @@ compileJava {
47
configurations.implementation.transitive = false
48
49
def bouncycastleVersion = "1.80"
50
-def sshdVersion = "2.14.0"
+def sshdVersion = "2.15.0"
51
52
dependencies {
53
implementation "org.slf4j:slf4j-api:2.0.17"
@@ -89,7 +89,7 @@ testing {
89
configureEach {
90
useJUnitJupiter()
91
92
- implementation "org.slf4j:slf4j-api:2.0.16"
+ implementation "org.slf4j:slf4j-api:2.0.17"
93
implementation 'org.spockframework:spock-core:2.3-groovy-3.0'
94
implementation "org.mockito:mockito-core:5.16.1"
95
implementation "org.assertj:assertj-core:3.27.3"
0 commit comments