Message-ID: From: "renovate-bot (@renovate-bot)" To: "pgjdbc/pgjdbc" Date: Mon, 15 Jun 2026 07:59:42 +0000 Subject: [pgjdbc/pgjdbc] PR #4177: fix(deps): update dependency jacoco to v0.8.15 List-Id: X-GitHub-Additions: 2 X-GitHub-Author-Id: 25180681 X-GitHub-Author-Login: renovate-bot X-GitHub-Base: master X-GitHub-Changed-Files: 2 X-GitHub-Commits: 1 X-GitHub-Deletions: 2 X-GitHub-Head-Branch: renovate/jacoco-0.x X-GitHub-Head-SHA: 0520409d49ddacb759f8c484a6af1726f5b37127 X-GitHub-Issue: 4177 X-GitHub-Labels: dependencies X-GitHub-Merge-SHA: 711ada6b35754881bb36dfe5a533c2531687c6f7 X-GitHub-Merged-By: vlsi X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/4177 Content-Type: text/plain; charset=utf-8 This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [jacoco](http://jacoco.org) ([source](https://redirect.github.com/jacoco/jacoco)) | `0.8.14` → `0.8.15` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jacoco:jacoco/0.8.15?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jacoco:jacoco/0.8.14/0.8.15?slim=true) | --- ### Release Notes
jacoco/jacoco (jacoco) ### [`v0.8.15`](https://redirect.github.com/jacoco/jacoco/compare/v0.8.14...v0.8.15)
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "every 3 weeks on Monday" - 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/pgjdbc/pgjdbc). 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 c1a1570ad2..2e19d12fb2 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 @@ -4,7 +4,7 @@ plugins { } jacoco { - toolVersion = "0.8.14" + toolVersion = "0.8.15" providers.gradleProperty("jacoco.version") .takeIf { it.isPresent } ?.let { toolVersion = it.get() } diff --git a/build.gradle.kts b/build.gradle.kts index 98fdf71128..a2c15a9183 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,7 +44,7 @@ dependencies { } jacoco { - toolVersion = "0.8.14" + toolVersion = "0.8.15" providers.gradleProperty("jacoco.version") .takeIf { it.isPresent } ?.let { toolVersion = it.get() }