pgjdbc/pgjdbc GitHub issues and pull requests (mirror)
help / color / mirror / Atom feedFrom: renovate-bot (@renovate-bot) <[email protected]>
To: pgjdbc/pgjdbc <[email protected]>
Subject: [pgjdbc/pgjdbc] PR #4177: fix(deps): update dependency jacoco to v0.8.15
Date: Mon, 15 Jun 2026 07:59:42 +0000
Message-ID: <[email protected]> (raw)
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` |  |  |
---
### Release Notes
<details>
<summary>jacoco/jacoco (jacoco)</summary>
### [`v0.8.15`](https://redirect.github.com/jacoco/jacoco/compare/v0.8.14...v0.8.15)
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->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).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIxOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
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() }
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: github://pgjdbc/pgjdbc
Cc: [email protected], [email protected]
Subject: Re: [pgjdbc/pgjdbc] PR #4177: fix(deps): update dependency jacoco to v0.8.15
In-Reply-To: <<[email protected]>>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox