Skip to content

Commit

Permalink
Bump log4j compilation version (#2004)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Dec 14, 2021
1 parent cf39da1 commit 4f533c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions logging/log4j2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ projectPomDescription = "This module provides a $project.msftAppInsights appende
// endregion Publishing properties

dependencies {
compileOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.0'
annotationProcessor group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.0'
compileOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.15.0'
annotationProcessor group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.15.0'

testImplementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.0'
testImplementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.15.0'
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ eu.infomas:annotation-detector:3.0.5
org.apache.commons:commons-lang3:3.7
org.apache.httpcomponents:httpclient:4.5.3
org.apache.httpcomponents:httpcore:4.4.6
org.apache.logging.log4j:log4j-api:2.11.0
org.apache.logging.log4j:log4j-core:2.11.0
org.apache.logging.log4j:log4j-api:2.15.0
org.apache.logging.log4j:log4j-core:2.15.0
org.checkerframework:checker-compat-qual:2.5.2
org.codehaus.mojo:animal-sniffer-annotations:1.17
xmlpull:xmlpull:1.1.3.1
Expand Down

0 comments on commit 4f533c1

Please sign in to comment.