@@ -318,7 +318,7 @@ dependencies {
318
318
implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-core' , version : ' 2.14.1'
319
319
implementation group : ' com.fasterxml.jackson.datatype' , name : ' jackson-datatype-guava' , version : ' 2.14.1'
320
320
implementation group : ' com.google.guava' , name : ' guava' , version : ' 31.1-jre'
321
- implementation group : ' org.slf4j' , name : ' slf4j-log4j12' , version : ' 2.0.5 '
321
+ implementation group : ' org.slf4j' , name : ' slf4j-log4j12' , version : ' 2.0.6 '
322
322
implementation group : ' org.apache.commons' , name : ' commons-text' , version : ' 1.10.0'
323
323
implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.12.0'
324
324
implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.19.0'
@@ -327,9 +327,9 @@ dependencies {
327
327
implementation group : ' com.github.mwiede' , name : ' jsch' , version : ' 0.2.4'
328
328
implementation group : ' org.apache.calcite' , name : ' calcite-core' , version : ' 1.32.0'
329
329
implementation group : ' commons-beanutils' , name : ' commons-beanutils' , version : ' 1.9.4'
330
- implementation ' io.github.hakky54:sslcontext-kickstart:7.4.8 '
330
+ implementation ' io.github.hakky54:sslcontext-kickstart:7.4.9 '
331
331
332
- compileOnly group : ' org.immutables' , name : ' value' , version : ' 2.9.2 '
332
+ compileOnly group : ' org.immutables' , name : ' value' , version : ' 2.9.3 '
333
333
compileOnly group : ' com.puppycrawl.tools' , name : ' checkstyle' , version : ' 10.5.0'
334
334
compileOnly ' org.projectlombok:lombok:1.18.24'
335
335
annotationProcessor ' org.projectlombok:lombok:1.18.24'
@@ -340,7 +340,7 @@ dependencies {
340
340
testAnnotationProcessor group : ' org.projectlombok' , name : ' lombok' , version : ' 1.18.24'
341
341
testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.9.1'
342
342
testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-params' , version : ' 5.9.1'
343
- testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 4.9 .0'
343
+ testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 4.10 .0'
344
344
testRuntimeOnly group : ' de.flapdoodle.embed' , name : ' de.flapdoodle.embed.mongo' , version : ' 3.5.3'
345
345
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-api:5.9.1'
346
346
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
0 commit comments