We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a82413 commit 01f1505Copy full SHA for 01f1505
dd-java-agent/agent-ci-visibility/build.gradle
@@ -25,8 +25,8 @@ dependencies {
25
api libs.slf4j
26
27
implementation libs.bundles.asm
28
- implementation group: 'org.jacoco', name: 'org.jacoco.core', version: '0.8.9'
29
- implementation group: 'org.jacoco', name: 'org.jacoco.report', version: '0.8.9'
+ implementation group: 'org.jacoco', name: 'org.jacoco.core', version: '0.8.12'
+ implementation group: 'org.jacoco', name: 'org.jacoco.report', version: '0.8.12'
30
31
implementation project(':communication')
32
implementation project(':internal-api')
0 commit comments