We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf7823 commit ce2367aCopy full SHA for ce2367a
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.16.0') {
+ dependencySet(group: 'org.apache.logging.log4j', version: '2.17.1') {
40
entry 'log4j-api'
41
entry 'log4j-core'
42
entry 'log4j-jul'
0 commit comments