File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def bouncycastleVersion = "1.70"
3939def sshdVersion = " 2.8.0"
4040
4141dependencies {
42- implementation " org.slf4j:slf4j-api:1.7.32 "
42+ implementation " org.slf4j:slf4j-api:1.7.36 "
4343 implementation " org.bouncycastle:bcprov-jdk15on:$bouncycastleVersion "
4444 implementation " org.bouncycastle:bcpkix-jdk15on:$bouncycastleVersion "
4545 implementation " com.jcraft:jzlib:1.1.3"
@@ -53,7 +53,7 @@ dependencies {
5353 testImplementation " org.apache.sshd:sshd-core:$sshdVersion "
5454 testImplementation " org.apache.sshd:sshd-sftp:$sshdVersion "
5555 testImplementation " org.apache.sshd:sshd-scp:$sshdVersion "
56- testImplementation " ch.qos.logback:logback-classic:1.2.9 "
56+ testImplementation " ch.qos.logback:logback-classic:1.2.11 "
5757 testImplementation ' org.glassfish.grizzly:grizzly-http-server:2.4.4'
5858 testImplementation ' org.apache.httpcomponents:httpclient:4.5.13'
5959 testImplementation ' org.testcontainers:testcontainers:1.16.2'
You can’t perform that action at this time.
0 commit comments