fix(deps): update dependency jacoco to v0.8.13
Validate Gradle Wrapper / Validation (push) Waiting to run Details
CI / Matrix Preparation (push) Waiting to run Details
CI / ${{ matrix.name }} (push) Blocked by required conditions Details
CI / Error Prone (JDK 17) (push) Waiting to run Details
Release Drafter / Update Release Draft (push) Waiting to run Details

This commit is contained in:
Mend Renovate 2025-07-07 17:11:44 +00:00 committed by Vladimir Sitnikov
parent 34b6eceefd
commit c720992c79
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ plugins {
}
jacoco {
toolVersion = "0.8.12"
toolVersion = "0.8.13"
providers.gradleProperty("jacoco.version")
.takeIf { it.isPresent }
?.let { toolVersion = it.get() }