Skip to content

Commit

Permalink
update jacoco version
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Schmid <service@aaschmid.de>
  • Loading branch information
aaschmid committed Mar 28, 2021
1 parent 4a5966a commit b7b57fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -98,7 +98,7 @@ task integTest(type: Test) {
check.dependsOn integTest

jacoco {
toolVersion = "0.8.5"
toolVersion = "0.8.6"
}

task jacocoMerge(type: JacocoMerge) {
Expand Down

0 comments on commit b7b57fe

Please sign in to comment.