Skip to content

Commit

Permalink
Update dependency jacoco to v0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 30, 2023
1 parent a4a7af4 commit 87d6e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ subprojects {

// Only run Jacoco in the test phase, not the integration test phase
jacoco {
toolVersion = "0.8.8"
toolVersion = "0.8.10"
}
}

Expand Down

0 comments on commit 87d6e9e

Please sign in to comment.