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 3ec97c8 + 3b92303 commit d4deed9Copy full SHA for d4deed9
build.gradle
@@ -92,7 +92,7 @@ dependencies {
92
testImplementation "org.testcontainers:couchbase:$testcontainersVersion"
93
94
// logging
95
- implementation platform('org.apache.logging.log4j:log4j-bom:2.25.1')
+ implementation platform('org.apache.logging.log4j:log4j-bom:2.25.2')
96
implementation 'org.apache.logging.log4j:log4j-api' // log4j
97
implementation 'org.apache.logging.log4j:log4j-core' // log4j
98
implementation 'org.apache.logging.log4j:log4j-slf4j-impl' // log4j -> slf4j
0 commit comments