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 96ea3c0b02 fix(deps): update dependency jacoco to v0.8.12
96ea3c0b02 is described below

commit 96ea3c0b02c46156de4172fad786acb45687d41a
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Mar 24 06:33:10 2025 +0000

    fix(deps): update dependency jacoco to v0.8.12
---
 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 70982d4cc9..8fb628da79 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.11"
+    toolVersion = "0.8.12"
     providers.gradleProperty("jacoco.version")
         .takeIf { it.isPresent }
         ?.let { toolVersion = it.get() }

Reply via email to