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 74d3ea2565 chore: bump jacoco to 0.8.14
74d3ea2565 is described below
commit 74d3ea2565bd9d0575dd8242f5fbfcae46e06c3b
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Thu Oct 30 13:28:29 2025 +0300
chore: bump jacoco to 0.8.14
---
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 ace4c95cd4..1656a1e130 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.13"
+ toolVersion = "0.8.14"
providers.gradleProperty("jacoco.version")
.takeIf { it.isPresent }
?.let { toolVersion = it.get() }