diff --git a/buildSrc/src/main/kotlin/io/github/petertrr/jacoco-convention.gradle.kts b/buildSrc/src/main/kotlin/io/github/petertrr/jacoco-convention.gradle.kts index d33cfef..1062391 100644 --- a/buildSrc/src/main/kotlin/io/github/petertrr/jacoco-convention.gradle.kts +++ b/buildSrc/src/main/kotlin/io/github/petertrr/jacoco-convention.gradle.kts @@ -18,7 +18,7 @@ kotlin { // configure Jacoco-based code coverage reports for JVM tests executions jacoco { - toolVersion = "0.8.11" + toolVersion = "0.8.13" } val jvmTestTask by tasks.named("jvmTest") { configure {