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 e88fee1 commit c8fa0e4Copy full SHA for c8fa0e4
build.gradle
@@ -83,7 +83,7 @@ dependencies {
83
testImplementation "org.testcontainers:couchbase:$testcontainersVersion"
84
85
// logging
86
- implementation platform('org.apache.logging.log4j:log4j-bom:2.22.0')
+ implementation platform('org.apache.logging.log4j:log4j-bom:2.22.1')
87
implementation 'org.apache.logging.log4j:log4j-api' // log4j
88
implementation 'org.apache.logging.log4j:log4j-core' // log4j
89
implementation 'org.apache.logging.log4j:log4j-slf4j-impl' // log4j -> slf4j
0 commit comments