Skip to content

Commit 4f533c1

Browse files
authored
Bump log4j compilation version (#2004)
1 parent cf39da1 commit 4f533c1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

logging/log4j2/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ projectPomDescription = "This module provides a $project.msftAppInsights appende
3333
// endregion Publishing properties
3434

3535
dependencies {
36-
compileOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.0'
37-
annotationProcessor group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.0'
36+
compileOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.15.0'
37+
annotationProcessor group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.15.0'
3838

39-
testImplementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.0'
39+
testImplementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.15.0'
4040
}

logging/log4j2/gradle/dependency-locks/compileClasspath.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ eu.infomas:annotation-detector:3.0.5
1616
org.apache.commons:commons-lang3:3.7
1717
org.apache.httpcomponents:httpclient:4.5.3
1818
org.apache.httpcomponents:httpcore:4.4.6
19-
org.apache.logging.log4j:log4j-api:2.11.0
20-
org.apache.logging.log4j:log4j-core:2.11.0
19+
org.apache.logging.log4j:log4j-api:2.15.0
20+
org.apache.logging.log4j:log4j-core:2.15.0
2121
org.checkerframework:checker-compat-qual:2.5.2
2222
org.codehaus.mojo:animal-sniffer-annotations:1.17
2323
xmlpull:xmlpull:1.1.3.1

0 commit comments

Comments
 (0)