Skip to content

Commit 4ea95f2

Browse files
chore(deps): update dependency jacoco to v0.8.10 (#69)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jacoco](http://jacoco.org) ([source](https://togithub.com/jacoco/jacoco)) | `0.8.9` -> `0.8.10` | [![age](https://badges.renovateapi.com/packages/maven/jacoco/0.8.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/jacoco/0.8.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/jacoco/0.8.10/compatibility-slim/0.8.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/jacoco/0.8.10/confidence-slim/0.8.9)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>jacoco/jacoco</summary> ### [`v0.8.10`](https://togithub.com/jacoco/jacoco/releases/tag/v0.8.10): 0.8.10 #### Fixed bugs - Agent should not require configuration of permissions for `SecurityManager` outside of its `codeBase` (GitHub [#&#8203;1425](https://togithub.com/jacoco/jacoco/issues/1425)). </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Saturday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/petertrr/kotlin-multiplatform-diff). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42My4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjMuMSJ9-->
1 parent ffe19d0 commit 4ea95f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/io/github/petertrr/jacoco-convention.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ kotlin {
1818

1919
// configure Jacoco-based code coverage reports for JVM tests executions
2020
jacoco {
21-
toolVersion = "0.8.9"
21+
toolVersion = "0.8.10"
2222
}
2323
val jvmTestTask by tasks.named<Test>("jvmTest") {
2424
configure<JacocoTaskExtension> {

0 commit comments

Comments
 (0)