Bump jacoco plugin to 0.8.7

This commit is contained in:
Paul Schaub 2021-05-31 15:58:22 +02:00
parent 232b0f7445
commit a14f73fc01
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ allprojects {
}
jacoco {
toolVersion = "0.8.5"
toolVersion = "0.8.7"
}
jacocoTestReport {