Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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