This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new c720992c79 fix(deps): update dependency jacoco to v0.8.13
c720992c79 is described below
commit c720992c79962212f8182ea9f3cae7eae6c6e190
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Jul 7 17:11:44 2025 +0000
fix(deps): update dependency jacoco to v0.8.13
---
build-logic/verification/src/main/kotlin/build-logic.jacoco.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/build-logic/verification/src/main/kotlin/build-logic.jacoco.gradle.kts
b/build-logic/verification/src/main/kotlin/build-logic.jacoco.gradle.kts
index 8fb628da79..ace4c95cd4 100644
--- a/build-logic/verification/src/main/kotlin/build-logic.jacoco.gradle.kts
+++ b/build-logic/verification/src/main/kotlin/build-logic.jacoco.gradle.kts
@@ -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() }