Update jacoco tool version to 0.8.9

Closes gh-13798
This commit is contained in:
Steve Riesenberg 2023-09-12 13:59:03 -05:00
parent db37bdfe94
commit a580856bb2
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521

View File

@ -34,7 +34,7 @@ class JacocoPlugin implements Plugin<Project> {
project.tasks.check.dependsOn project.tasks.jacocoTestReport
project.jacoco {
toolVersion = '0.8.7'
toolVersion = '0.8.9'
}
}
}