fix(deps): update dependency jacoco to v0.8.13 (#7241)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
8fe071afee
commit
184090914e
|
@ -5,7 +5,7 @@ plugins {
|
|||
}
|
||||
|
||||
jacoco {
|
||||
toolVersion = "0.8.12"
|
||||
toolVersion = "0.8.13"
|
||||
}
|
||||
|
||||
// https://docs.gradle.org/current/samples/sample_jvm_multi_project_with_code_coverage.html
|
||||
|
|
Loading…
Reference in New Issue