File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,10 @@ dependencies {
8585 testImplementation " org.testcontainers:couchbase:$testcontainersVersion "
8686
8787 // logging
88- implementation ' org.apache.logging.log4j:log4j-api:2.17.1' // log4j
89- implementation ' org.apache.logging.log4j:log4j-core:2.17.1' // log4j
90- implementation ' org.apache.logging.log4j:log4j-slf4j-impl:2.17.1' // log4j -> slf4j
88+ implementation platform(' org.apache.logging.log4j:log4j-bom:2.17.2' )
89+ implementation ' org.apache.logging.log4j:log4j-api' // log4j
90+ implementation ' org.apache.logging.log4j:log4j-core' // log4j
91+ implementation ' org.apache.logging.log4j:log4j-slf4j-impl' // log4j -> slf4j
9192
9293 // Databases
9394 implementation ' org.influxdb:influxdb-java:2.22'
You can’t perform that action at this time.
0 commit comments