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 ea39208897 fix(deps): update dependency jacoco to v0.8.10 (#5827)
ea39208897 is described below
commit ea39208897f370452480399127b96aaa0a9085d1
Author: Mend Renovate <[email protected]>
AuthorDate: Thu Apr 27 20:04:17 2023 +0200
fix(deps): update dependency jacoco to v0.8.10 (#5827)
---
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 f5d3f18ec9..19ba3646d4 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.8"
+ toolVersion = "0.8.10"
providers.gradleProperty("jacoco.version")
.takeIf { it.isPresent }
?.let { toolVersion = it.get() }