diff --git a/dd-java-agent/agent-tooling/agent-tooling.gradle b/dd-java-agent/agent-tooling/agent-tooling.gradle index 0c28a3bd4f..46658ae46e 100644 --- a/dd-java-agent/agent-tooling/agent-tooling.gradle +++ b/dd-java-agent/agent-tooling/agent-tooling.gradle @@ -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