Skip to content

Commit ddf3f93

Browse files
Build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.18.8 to 1.18.10 (#1784)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.18.8 to 1.18.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/releases">net.bytebuddy:byte-buddy's releases</a>.</em></p> <blockquote> <h2>Byte Buddy 1.18.9</h2> <ul> <li>Disable use of Unsafe by default when Java 25or newer is discovered.</li> <li>Check for escape when creating folders in <code>Plugin.Engine</code>.</li> <li>Improve OpenJ9 attachment.</li> <li>Avoid null pointer on missing annotation types.</li> <li>Improve diagnostics for external agent attachment.</li> <li>Improve on Gradle context discovery.</li> <li>Support Android libraries on AGP9 or newer.</li> <li>Update ASM.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/blob/master/release-notes.md">net.bytebuddy:byte-buddy's changelog</a>.</em></p> <blockquote> <h3>3. June 2026: version 1.18.10</h3> <ul> <li>Delay change of default for unsage use to Java 26 and improve error message.</li> </ul> <h3>1. June 2026: version 1.18.9</h3> <ul> <li>Disable use of Unsafe by default when Java 25or newer is discovered.</li> <li>Check for escape when creating folders in <code>Plugin.Engine</code>.</li> <li>Improve OpenJ9 attachment.</li> <li>Avoid null pointer on missing annotation types.</li> <li>Improve diagnostics for external agent attachment.</li> <li>Improve on Gradle context discovery.</li> <li>Support Android libraries on AGP9 or newer.</li> <li>Update ASM.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/e85623d228410307d3fb0fc4daa10f6dea046291"><code>e85623d</code></a> [publish] Releasing Byte Buddy 1.18.10</li> <li><a href="https://github.com/raphw/byte-buddy/commit/e3bfa68f2efeae3a514d45d5695725fb327870b8"><code>e3bfa68</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/5821cccc552b2c03cea37fc54cec27740a9a60c3"><code>5821ccc</code></a> Delay disabling of unsafe by default to Java 26 and improve on error message.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/9d7d4fa63c521a8842edace861f1e7a33c230426"><code>9d7d4fa</code></a> Add fuzzing module.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/5d5dc06708af16e1ba4af64de1392b5b8d886ea2"><code>5d5dc06</code></a> Fix checksum</li> <li><a href="https://github.com/raphw/byte-buddy/commit/d6371aa44a98590229fcdbac967b8028be4d6e39"><code>d6371aa</code></a> Add missing checksums.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/7e474816c1fbf22a11a5c873178a0abfc5726229"><code>7e47481</code></a> Update release notes and checksums.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/cb36b3f3b1503ede1bc57d5e4a49466963b611a5"><code>cb36b3f</code></a> [publish] Start next development iteration 1.18.10-SNAPSHOT</li> <li><a href="https://github.com/raphw/byte-buddy/commit/3d8e72d16c3204c49587ddddcb5768693a651add"><code>3d8e72d</code></a> [publish] Releasing Byte Buddy 1.18.9</li> <li><a href="https://github.com/raphw/byte-buddy/commit/3525602754dfbbeecef82201c65b8a7a00d8839f"><code>3525602</code></a> [release] Release new version</li> <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.18.8...byte-buddy-1.18.10">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.bytebuddy:byte-buddy&package-manager=maven&previous-version=1.18.8&new-version=1.18.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents fcf36db + 3dfec7a commit ddf3f93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<mvn.version>3.9.16</mvn.version>
129129
<guava.version>33.6.0-jre</guava.version>
130130
<codegen.version>0.6.8</codegen.version>
131-
<byte-buddy.version>1.18.8</byte-buddy.version>
131+
<byte-buddy.version>1.18.10</byte-buddy.version>
132132
<slf4j.version>2.0.18</slf4j.version>
133133
<surefire.version>3.5.6</surefire.version>
134134
<animal-sniffer.version>1.27</animal-sniffer.version>

0 commit comments

Comments
 (0)