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 @@ -302,7 +302,7 @@ dependencies {
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
304
implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.17.0'
305
- implementation group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.17.0 '
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'
308
308
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ dependencies {
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
200
implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.17.0'
201
- implementation group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.17.0 '
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'
204
204
implementation group : ' org.mongodb' , name : ' mongodb-driver-sync' , version : ' 4.3.4'
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ dependencies {
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
212
testFixturesImplementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.17.0'
213
- testFixturesImplementation group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.17.0 '
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'
216
216
}
You can’t perform that action at this time.
0 commit comments