Merge pull request #668 from DataDog/tyler/upgrade-wlf
Upgrade weak-lock-free to 0.15
This commit is contained in:
commit
b7509140d0
|
@ -9,7 +9,7 @@ configurations {
|
|||
|
||||
dependencies {
|
||||
compile project(':dd-java-agent:agent-bootstrap')
|
||||
compile group: 'com.blogspot.mydailyjava', name: 'weak-lock-free', version: '0.13'
|
||||
compile group: 'com.blogspot.mydailyjava', name: 'weak-lock-free', version: '0.15'
|
||||
compile deps.bytebuddy
|
||||
compile deps.bytebuddyagent
|
||||
annotationProcessor deps.autoservice
|
||||
|
|
Loading…
Reference in New Issue