@@ -6,7 +6,7 @@ plugins {
66 id ' com.github.hierynomus.license' version ' 0.16.1'
77 id ' com.github.johnrengelman.shadow' version ' 7.1.2'
88 id ' org.kordamp.gradle.markdown' version ' 2.2.0'
9- id " de.undercouch.download" version " 5.2.1 "
9+ id " de.undercouch.download" version " 5.3.0 "
1010 id ' io.franzbecker.gradle-lombok' version ' 5.0.0'
1111 id ' java-test-fixtures'
1212 id ' maven-publish'
@@ -319,10 +319,10 @@ dependencies {
319319 implementation group : ' com.fasterxml.jackson.datatype' , name : ' jackson-datatype-guava' , version : ' 2.13.4'
320320 implementation group : ' com.google.guava' , name : ' guava' , version : ' 31.1-jre'
321321 implementation group : ' org.slf4j' , name : ' slf4j-log4j12' , version : ' 2.0.3'
322- implementation group : ' org.apache.commons' , name : ' commons-text' , version : ' 1.9 '
323- implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.18 .0'
324- implementation group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.18 .0'
325- implementation group : ' org.mongodb' , name : ' mongodb-driver-sync' , version : ' 4.7.1 '
322+ implementation group : ' org.apache.commons' , name : ' commons-text' , version : ' 1.10.0 '
323+ implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.19 .0'
324+ implementation group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.19 .0'
325+ implementation group : ' org.mongodb' , name : ' mongodb-driver-sync' , version : ' 4.7.2 '
326326 implementation group : ' com.jcraft' , name : ' jsch' , version : ' 0.1.55'
327327 implementation group : ' org.apache.calcite' , name : ' calcite-core' , version : ' 1.32.0'
328328 implementation group : ' commons-beanutils' , name : ' commons-beanutils' , version : ' 1.9.4'
@@ -339,8 +339,8 @@ dependencies {
339339 testAnnotationProcessor group : ' org.projectlombok' , name : ' lombok' , version : ' 1.18.16'
340340 testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.9.1'
341341 testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-params' , version : ' 5.9.1'
342- testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 4.7 .0'
343- testRuntimeOnly group : ' de.flapdoodle.embed' , name : ' de.flapdoodle.embed.mongo' , version : ' 3.4.11 '
342+ testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 4.8 .0'
343+ testRuntimeOnly group : ' de.flapdoodle.embed' , name : ' de.flapdoodle.embed.mongo' , version : ' 3.5.1 '
344344 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-api:5.9.1'
345345 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
346346 testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' 5.9.1'
@@ -350,7 +350,7 @@ dependencies {
350350 testFixturesCompileOnly group : ' de.flapdoodle.embed' , name : ' de.flapdoodle.embed.mongo' , version : ' 3.4.11'
351351 testFixturesCompileOnly ' org.junit.jupiter:junit-jupiter-api:5.9.1'
352352 testFixturesImplementation group : ' com.google.guava' , name : ' guava' , version : ' 29.0-jre'
353- testFixturesImplementation group : ' org.mongodb' , name : ' mongodb-driver-sync' , version : ' 4.5.0 '
353+ testFixturesImplementation group : ' org.mongodb' , name : ' mongodb-driver-sync' , version : ' 4.7.2 '
354354 testFixturesImplementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.17.2'
355355 testFixturesImplementation group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.17.2'
356356}
0 commit comments