@@ -50,7 +50,7 @@ def bouncycastleVersion = "1.80"
50
50
def sshdVersion = " 2.14.0"
51
51
52
52
dependencies {
53
- implementation " org.slf4j:slf4j-api:2.0.16 "
53
+ implementation " org.slf4j:slf4j-api:2.0.17 "
54
54
implementation " org.bouncycastle:bcprov-jdk18on:$bouncycastleVersion "
55
55
implementation " org.bouncycastle:bcpkix-jdk18on:$bouncycastleVersion "
56
56
implementation " com.hierynomus:asn-one:0.6.0"
@@ -91,13 +91,13 @@ testing {
91
91
dependencies {
92
92
implementation " org.slf4j:slf4j-api:2.0.16"
93
93
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 "
96
96
implementation " ru.vyarus:spock-junit5:1.2.0"
97
97
implementation " org.apache.sshd:sshd-core:$sshdVersion "
98
98
implementation " org.apache.sshd:sshd-sftp:$sshdVersion "
99
99
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 "
101
101
implementation ' org.glassfish.grizzly:grizzly-http-server:3.0.1'
102
102
}
103
103
@@ -133,8 +133,8 @@ testing {
133
133
integrationTest(JvmTestSuite ) {
134
134
dependencies {
135
135
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'
138
138
}
139
139
140
140
sources {
0 commit comments