Skip to content

Commit

Permalink
fix(deps): update dependency jacoco to v0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent f3a1394 commit 6337749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jacoco/modules.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'jacoco'

jacoco {
toolVersion '0.8.7'
toolVersion '0.8.11'
}

tasks.withType(Test) {
Expand Down
2 changes: 1 addition & 1 deletion jacoco/project.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'jacoco'

jacoco {
toolVersion '0.8.7'
toolVersion '0.8.11'
}

tasks.withType(Test) {
Expand Down

0 comments on commit 6337749

Please sign in to comment.