Skip to content

Commit 0e4a8f6

Browse files
Upgraded SSHD from 2.14.0 to 2.15.0 (#1009)
1 parent 95aab00 commit 0e4a8f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ compileJava {
4747
configurations.implementation.transitive = false
4848

4949
def bouncycastleVersion = "1.80"
50-
def sshdVersion = "2.14.0"
50+
def sshdVersion = "2.15.0"
5151

5252
dependencies {
5353
implementation "org.slf4j:slf4j-api:2.0.17"
@@ -89,7 +89,7 @@ testing {
8989
configureEach {
9090
useJUnitJupiter()
9191
dependencies {
92-
implementation "org.slf4j:slf4j-api:2.0.16"
92+
implementation "org.slf4j:slf4j-api:2.0.17"
9393
implementation 'org.spockframework:spock-core:2.3-groovy-3.0'
9494
implementation "org.mockito:mockito-core:5.16.1"
9595
implementation "org.assertj:assertj-core:3.27.3"

0 commit comments

Comments
 (0)