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 a7ced8d commit 4abf08bCopy full SHA for 4abf08b
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.24.1')
+ implementation platform('org.apache.logging.log4j:log4j-bom:2.24.2')
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