Merge pull request #668 from DataDog/tyler/upgrade-wlf

Upgrade weak-lock-free to 0.15
This commit is contained in:
Tyler Benson 2019-01-25 09:29:42 -08:00 committed by GitHub
commit b7509140d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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