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 #4178: fix(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.10 - autoclosed
Date: Mon, 15 Jun 2026 08:00:48 +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-agent](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-agent)</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/pgjdbc-mockito-test/build.gradle.kts b/pgjdbc-mockito-test/build.gradle.kts
index a14a22d1a6..78b5f54ba1 100644
--- a/pgjdbc-mockito-test/build.gradle.kts
+++ b/pgjdbc-mockito-test/build.gradle.kts
@@ -26,7 +26,7 @@ dependencies {
attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling.SHADOWED))
}
}
- byteBuddyAgent("net.bytebuddy:byte-buddy-agent:1.18.8")
+ byteBuddyAgent("net.bytebuddy:byte-buddy-agent:1.18.10")
testImplementation(projects.testkit)
testImplementation(platform("org.mockito:mockito-bom:5.23.0"))
testImplementation("org.mockito:mockito-core")
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 #4178: fix(deps): update dependency net.bytebuddy:byte-buddy-agent 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