Upgraded SSHD from 2.14.0 to 2.15.0 (#1009)

This commit is contained in:
David Handermann
2025-04-22 02:53:03 -05:00
committed by GitHub
parent 95aab0088e
commit 0e4a8f675f

View File

@@ -47,7 +47,7 @@ compileJava {
configurations.implementation.transitive = false
def bouncycastleVersion = "1.80"
def sshdVersion = "2.14.0"
def sshdVersion = "2.15.0"
dependencies {
implementation "org.slf4j:slf4j-api:2.0.17"
@@ -89,7 +89,7 @@ testing {
configureEach {
useJUnitJupiter()
dependencies {
implementation "org.slf4j:slf4j-api:2.0.16"
implementation "org.slf4j:slf4j-api:2.0.17"
implementation 'org.spockframework:spock-core:2.3-groovy-3.0'
implementation "org.mockito:mockito-core:5.16.1"
implementation "org.assertj:assertj-core:3.27.3"