We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c7e60 commit d8ee6f9Copy full SHA for d8ee6f9
build.gradle
@@ -80,7 +80,7 @@ dependencies {
80
testImplementation "org.testcontainers:couchbase:$testcontainersVersion"
81
82
// logging
83
- implementation platform('org.apache.logging.log4j:log4j-bom:2.21.0')
+ implementation platform('org.apache.logging.log4j:log4j-bom:2.21.1')
84
implementation 'org.apache.logging.log4j:log4j-api' // log4j
85
implementation 'org.apache.logging.log4j:log4j-core' // log4j
86
implementation 'org.apache.logging.log4j:log4j-slf4j-impl' // log4j -> slf4j
0 commit comments