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 e03e62c commit 0668323Copy full SHA for 0668323
build.gradle
@@ -36,7 +36,7 @@ configure(allprojects) { project ->
36
mavenBom "org.junit:junit-bom:5.6.3"
37
}
38
dependencies {
39
- dependencySet(group: 'org.apache.logging.log4j', version: '2.13.3') {
+ dependencySet(group: 'org.apache.logging.log4j', version: '2.15.0') {
40
entry 'log4j-api'
41
entry 'log4j-core'
42
entry 'log4j-jul'
0 commit comments