Skip to content

Commit 7141b92

Browse files
Build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.18.1 to 1.18.3 (#1523)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.18.1 to 1.18.3. <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.3</h2> <ul> <li>Avoid using Class File API when Byte Buddy is loaded on the boot loader where multi-release jars are not available.</li> <li>Add additional safety when processing class files with illegally formed parameters.</li> <li>Update to latest ASM.</li> </ul> <h2>Byte Buddy 1.18.2</h2> <ul> <li>Support modifiers for value classes in Valhalla builds.</li> <li>Improve use of build cache in Gradle.</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>26. November 2025: version 1.18.3</h3> <ul> <li>Avoid using Class File API when Byte Buddy is loaded on the boot loader where multi-release jars are not available.</li> <li>Add additional safety when processing class files with illegally formed parameters.</li> <li>Update to latest ASM.</li> </ul> <h3>26. November 2025: version 1.18.2</h3> <ul> <li>Support modifiers for value classes in Valhalla builds.</li> <li>Improve use of build cache in Gradle.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/6f358c88206e83c51f3b853b3d2c72454d5dfd90"><code>6f358c8</code></a> [maven-release-plugin] prepare release byte-buddy-1.18.3</li> <li><a href="https://github.com/raphw/byte-buddy/commit/57df2c7c97c3256d67e21c6a5783ca1c75dd593c"><code>57df2c7</code></a> [release] Release new version.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/1111a184db52ff57166188f4840565614bcad5b9"><code>1111a18</code></a> [release] Release new version.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/6698c45b1591ba3a26d52054a543e23b6d68ef47"><code>6698c45</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/04a89c6b16b70482f60976bd4fab20932e441a0c"><code>04a89c6</code></a> Avoid using class file API when loaded on the boot path as multi release jar ...</li> <li><a href="https://github.com/raphw/byte-buddy/commit/ba05f0d57456911ebf051c48a3a84a0bfa8f3367"><code>ba05f0d</code></a> Remove unused import.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/ec50316e6a744d3933dc340d858250351a935f2b"><code>ec50316</code></a> Adds safety for illegally compiled parameters.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/e720b5e56fd0057bad167fda4513b7a9e4eb7664"><code>e720b5e</code></a> Update README.md</li> <li><a href="https://github.com/raphw/byte-buddy/commit/a966b041d49dbeac33fc07e536a40a695922fbe9"><code>a966b04</code></a> Update README.md</li> <li><a href="https://github.com/raphw/byte-buddy/commit/dfa50adc65fde0ba3d82de7e67365f581ac02943"><code>dfa50ad</code></a> Update release notes and internal Byte Buddy.</li> <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.18.1...byte-buddy-1.18.3">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.1&new-version=1.18.3)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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 7f244eb + e57efa6 commit 7141b92

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
@@ -127,7 +127,7 @@
127127
<mvn.version>3.9.12</mvn.version>
128128
<guava.version>33.5.0-jre</guava.version>
129129
<codegen.version>0.6.8</codegen.version>
130-
<byte-buddy.version>1.18.1</byte-buddy.version>
130+
<byte-buddy.version>1.18.3</byte-buddy.version>
131131
<slf4j.version>2.0.17</slf4j.version>
132132
<surefire.version>3.5.4</surefire.version>
133133
<animal-sniffer.version>1.26</animal-sniffer.version>

0 commit comments

Comments
 (0)