@@ -324,13 +324,13 @@ dependencies {
324324 implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.19.0'
325325 implementation group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.19.0'
326326 implementation group : ' org.mongodb' , name : ' mongodb-driver-sync' , version : ' 4.8.1'
327- implementation group : ' com.github.mwiede' , name : ' jsch' , version : ' 0.2.4 '
327+ implementation group : ' com.github.mwiede' , name : ' jsch' , version : ' 0.2.6 '
328328 implementation group : ' org.apache.calcite' , name : ' calcite-core' , version : ' 1.32.0'
329329 implementation group : ' commons-beanutils' , name : ' commons-beanutils' , version : ' 1.9.4'
330330 implementation ' io.github.hakky54:sslcontext-kickstart:7.4.9'
331331
332332 compileOnly group : ' org.immutables' , name : ' value' , version : ' 2.9.3'
333- compileOnly group : ' com.puppycrawl.tools' , name : ' checkstyle' , version : ' 10.5 .0'
333+ compileOnly group : ' com.puppycrawl.tools' , name : ' checkstyle' , version : ' 10.6 .0'
334334 compileOnly ' org.projectlombok:lombok:1.18.24'
335335 annotationProcessor ' org.projectlombok:lombok:1.18.24'
336336
@@ -340,7 +340,7 @@ dependencies {
340340 testAnnotationProcessor group : ' org.projectlombok' , name : ' lombok' , version : ' 1.18.24'
341341 testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.9.1'
342342 testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-params' , version : ' 5.9.1'
343- testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 4.10 .0'
343+ testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 4.11 .0'
344344 testRuntimeOnly group : ' de.flapdoodle.embed' , name : ' de.flapdoodle.embed.mongo' , version : ' 3.5.3'
345345 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-api:5.9.1'
346346 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
0 commit comments