@@ -50,7 +50,7 @@ def bouncycastleVersion = "1.80"
5050def  sshdVersion =  " 2.14.0" 
5151
5252dependencies  {
53-   implementation " org.slf4j:slf4j-api:2.0.16 " 
53+   implementation " org.slf4j:slf4j-api:2.0.17 " 
5454  implementation " org.bouncycastle:bcprov-jdk18on:$bouncycastleVersion  " 
5555  implementation " org.bouncycastle:bcpkix-jdk18on:$bouncycastleVersion  " 
5656  implementation " com.hierynomus:asn-one:0.6.0" 
@@ -91,13 +91,13 @@ testing {
9191      dependencies {
9292        implementation " org.slf4j:slf4j-api:2.0.16" 
9393        implementation ' org.spockframework:spock-core:2.3-groovy-3.0' 
94-         implementation " org.mockito:mockito-core:4.11.0 " 
95-         implementation " org.assertj:assertj-core:3.24.2 " 
94+         implementation " org.mockito:mockito-core:5.16.1 " 
95+         implementation " org.assertj:assertj-core:3.27.3 " 
9696        implementation " ru.vyarus:spock-junit5:1.2.0" 
9797        implementation " org.apache.sshd:sshd-core:$sshdVersion  " 
9898        implementation " org.apache.sshd:sshd-sftp:$sshdVersion  " 
9999        implementation " org.apache.sshd:sshd-scp:$sshdVersion  " 
100-         implementation " ch.qos.logback:logback-classic:1.3.15 " 
100+         implementation " ch.qos.logback:logback-classic:1.5.18 " 
101101        implementation ' org.glassfish.grizzly:grizzly-http-server:3.0.1' 
102102      }
103103
@@ -133,8 +133,8 @@ testing {
133133    integrationTest(JvmTestSuite ) {
134134      dependencies {
135135        implementation project()
136-         implementation ' org.testcontainers:testcontainers:1.20.4 ' 
137-         implementation ' org.testcontainers:junit-jupiter:1.20.4 ' 
136+         implementation platform( ' org.testcontainers:testcontainers-bom :1.20.6 ' ) 
137+         implementation ' org.testcontainers:junit-jupiter' 
138138      }
139139
140140      sources {
0 commit comments