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 859450c commit 78c5c7aCopy full SHA for 78c5c7a
build.gradle
@@ -38,7 +38,7 @@ configure(allprojects) { project ->
38
mavenBom "org.junit:junit-bom:5.5.1"
39
}
40
dependencies {
41
- dependencySet(group: 'org.apache.logging.log4j', version: '2.12.0') {
+ dependencySet(group: 'org.apache.logging.log4j', version: '2.12.1') {
42
entry 'log4j-api'
43
entry 'log4j-core'
44
entry 'log4j-slf4j-impl'
0 commit comments