Skip to content

Commit

Permalink
Update bundled Jacoco version (#7769)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-tkachenko-datadog authored Oct 16, 2024
1 parent 13a7a4f commit 0bf75a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dd-java-agent/agent-ci-visibility/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies {
api libs.slf4j

implementation libs.bundles.asm
implementation group: 'org.jacoco', name: 'org.jacoco.core', version: '0.8.9'
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'

implementation project(':communication')
implementation project(':internal-api')
Expand Down

0 comments on commit 0bf75a3

Please sign in to comment.