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.
2 parents 2909188 + 4c9b597 commit 091269eCopy full SHA for 091269e
build.gradle
@@ -91,7 +91,7 @@ dependencies {
91
testImplementation "org.testcontainers:couchbase:$testcontainersVersion"
92
93
// logging
94
- implementation platform('org.apache.logging.log4j:log4j-bom:2.25.0')
+ implementation platform('org.apache.logging.log4j:log4j-bom:2.25.1')
95
implementation 'org.apache.logging.log4j:log4j-api' // log4j
96
implementation 'org.apache.logging.log4j:log4j-core' // log4j
97
implementation 'org.apache.logging.log4j:log4j-slf4j-impl' // log4j -> slf4j
0 commit comments