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 571f498 commit 6f120f3Copy full SHA for 6f120f3
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.24.3')
+ implementation platform('org.apache.logging.log4j:log4j-bom:2.25.0')
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