File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ dependencies {
301
301
implementation group : ' com.google.guava' , name : ' guava' , version : ' 29.0-jre'
302
302
implementation group : ' org.slf4j' , name : ' slf4j-log4j12' , version : ' 1.7.32'
303
303
implementation group : ' org.apache.commons' , name : ' commons-text' , version : ' 1.9'
304
- implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.17.0 '
304
+ implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.17.1 '
305
305
implementation group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.17.1'
306
306
implementation group : ' org.mongodb' , name : ' mongodb-driver-sync' , version : ' 4.3.4'
307
307
implementation group : ' com.jcraft' , name : ' jsch' , version : ' 0.1.55'
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ dependencies {
197
197
implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-core' , version : ' 2.13.1'
198
198
implementation group : ' com.fasterxml.jackson.datatype' , name : ' jackson-datatype-guava' , version : ' 2.13.0'
199
199
implementation group : ' com.google.guava' , name : ' guava' , version : ' 29.0-jre'
200
- implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.17.0 '
200
+ implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.17.1 '
201
201
implementation group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.17.1'
202
202
implementation group : ' org.slf4j' , name : ' slf4j-log4j12' , version : ' 1.7.32'
203
203
implementation group : ' org.apache.calcite' , name : ' calcite-core' , version : ' 1.28.0'
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ dependencies {
209
209
testFixturesImplementation group : ' de.flapdoodle.embed' , name : ' de.flapdoodle.embed.mongo' , version : ' 3.2.4'
210
210
testFixturesImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.1'
211
211
testFixturesImplementation group : ' org.mongodb' , name : ' mongodb-driver-sync' , version : ' 4.1.1'
212
- testFixturesImplementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.17.0 '
212
+ testFixturesImplementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.17.1 '
213
213
testFixturesImplementation group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.17.1'
214
214
215
215
spotbugsPlugins ' com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0'
You can’t perform that action at this time.
0 commit comments