Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.
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
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ subprojects {
googleAuthVersion = '0.20.0'
googleCloudBetaVersion = '0.100.0-beta'
googleCloudGaVersion = '1.82.0'
log4j2Version = '2.11.1'
log4j2Version = '2.15.0'
signalfxVersion = '0.0.48'
springBoot2Version = '2.1.5.RELEASE'
springBootVersion = '1.5.15.RELEASE'
Expand Down
7 changes: 4 additions & 3 deletions contrib/log_correlation/log4j2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ description = 'OpenCensus Log4j 2 Log Correlation'
apply plugin: 'java'

dependencies {
compile project(':opencensus-api'),
libraries.log4j2
compile project(':opencensus-api')
compileOnly libraries.log4j2

testCompile libraries.guava
testCompile libraries.guava,
libraries.log4j2

signature "org.codehaus.mojo.signature:java16:+@signature"
}
Expand Down