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 #4179: fix(deps): update dependency net.bytebuddy:byte-buddy-parent to v1.18.10 - autoclosed
Date: Mon, 15 Jun 2026 08:00:53 +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/) |
|---|---|---|---|
| [net.bytebuddy:byte-buddy-parent](https://bytebuddy.net) ([source](https://redirect.github.com/raphw/byte-buddy)) | `1.18.8` → `1.18.10` |  |  |
---
### Release Notes
<details>
<summary>raphw/byte-buddy (net.bytebuddy:byte-buddy-parent)</summary>
### [`v1.18.10`](https://redirect.github.com/raphw/byte-buddy/blob/HEAD/release-notes.md#3-June-2026-version-11810)
- Delay change of default for unsage use to Java 26 and improve error message.
### [`v1.18.9`](https://redirect.github.com/raphw/byte-buddy/blob/HEAD/release-notes.md#1-June-2026-version-1189)
- Disable use of Unsafe by default when Java 25or newer is discovered.
- Check for escape when creating folders in `Plugin.Engine`.
- Improve OpenJ9 attachment.
- Avoid null pointer on missing annotation types.
- Improve diagnostics for external agent attachment.
- Improve on Gradle context discovery.
- Support Android libraries on AGP9 or newer.
- Update ASM.
</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/jvm/src/main/kotlin/build-logic.test-junit5.gradle.kts b/build-logic/jvm/src/main/kotlin/build-logic.test-junit5.gradle.kts
index 1ca84140cf..630310b5d5 100644
--- a/build-logic/jvm/src/main/kotlin/build-logic.test-junit5.gradle.kts
+++ b/build-logic/jvm/src/main/kotlin/build-logic.test-junit5.gradle.kts
@@ -15,7 +15,7 @@ dependencies {
testImplementation("uk.org.webcompere:system-stubs-jupiter:2.1.8")
// system-stubs-jupiter might come with an outdated byte-buddy version, so we mention
// the latest one so it would be updated by the bots even if system-stubs-jupiter does not update
- testImplementation(platform("net.bytebuddy:byte-buddy-parent:1.18.8"))
+ testImplementation(platform("net.bytebuddy:byte-buddy-parent:1.18.10"))
} else {
testImplementation("uk.org.webcompere:system-stubs-jupiter:1.2.1") // renovate:ignore
}
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 #4179: fix(deps): update dependency net.bytebuddy:byte-buddy-parent to v1.18.10 - autoclosed
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