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 b207390 + 04decbc commit 799c7b0Copy full SHA for 799c7b0
build.gradle
@@ -70,7 +70,7 @@ dependencies{
70
}
71
72
// logging
73
- implementation platform('org.apache.logging.log4j:log4j-bom:2.25.0')
+ implementation platform('org.apache.logging.log4j:log4j-bom:2.25.1')
74
implementation 'org.apache.logging.log4j:log4j-api' // log4j
75
implementation 'org.apache.logging.log4j:log4j-core' // log4j
76
implementation 'org.apache.logging.log4j:log4j-slf4j-impl' // log4j -> slf4j
0 commit comments