Skip to content

Commit

Permalink
Bump JaCoCo from 0.8.8 to 0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst committed Oct 16, 2023
1 parent fd62884 commit 2575fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/root/coverage.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ allprojects { project ->
plugins.withId("java") {
project.apply plugin: "jacoco"
project.jacoco {
toolVersion = '0.8.8'
toolVersion = '0.8.10'
}
}
}
Expand Down

0 comments on commit 2575fe4

Please sign in to comment.