Skip to content

Commit 0760daa

Browse files
Bump net.bytebuddy:byte-buddy from 1.17.2 to 1.17.4 (#1020)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.2 to 1.17.4. <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.17.3</h2> <ul> <li>Fix bug in ASM to Class File API bridge handling tableswitch instructions.</li> <li>Add plugin for adding <code>SafeVarargs</code> annotations.</li> <li>Further generify <code>MemberSubstitution</code> API.</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> <h2>Byte Buddy release notes</h2> <h3>21. March 2025: version 1.17.3</h3> <ul> <li>Fix bug in ASM to Class File API bridge handling tableswitch instructions.</li> <li>Add plugin for adding <code>SafeVarargs</code> annotations.</li> <li>Further generify <code>MemberSubstitution</code> API.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/2cc263eeba8924ca1f49889f70967355b85761f0"><code>2cc263e</code></a> [maven-release-plugin] prepare release byte-buddy-1.17.4</li> <li><a href="https://github.com/raphw/byte-buddy/commit/210216337067e6481f2f40d5986bbd8360cff810"><code>2102163</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/0cf03f7051d030a075742d6d2edd383bc214e21f"><code>0cf03f7</code></a> Add JNA to imports.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/2240cbd0c60984d65f1f2da6de1cac881478ad99"><code>2240cbd</code></a> Add checksums</li> <li><a href="https://github.com/raphw/byte-buddy/commit/6b9b27dbd71e273dbc4f0b4429d259a5d2272b3b"><code>6b9b27d</code></a> Add checksums.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/61115ac25151015214369a459876718a4e68bb19"><code>61115ac</code></a> Update internal Byte Buddy, add release notes and safe varargs plugin.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/7417abbc751110ce97fd05f2a22a5fa8bc16daa6"><code>7417abb</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/raphw/byte-buddy/commit/baec297640c2b3762188c587cb3830b0e8a1448b"><code>baec297</code></a> [maven-release-plugin] prepare release byte-buddy-1.17.3</li> <li><a href="https://github.com/raphw/byte-buddy/commit/6ee1a9ef11b5eed95111412fd146bddca0480f7b"><code>6ee1a9e</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/eee02d92b3a3bdc1505ee8ac63748e6ed7965400"><code>eee02d9</code></a> Fix build.</li> <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.17.2...byte-buddy-1.17.4">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.17.2&new-version=1.17.4)](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 8277ba0 + d2a1492 commit 0760daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<guava.version>33.4.5-jre</guava.version>
137137
<codegen.version>0.6.8</codegen.version>
138138
<mysema.lang.version>0.2.4</mysema.lang.version>
139-
<byte-buddy.version>1.17.2</byte-buddy.version>
139+
<byte-buddy.version>1.17.4</byte-buddy.version>
140140
<slf4j.version>2.0.17</slf4j.version>
141141
<surefire.version>3.5.2</surefire.version>
142142
<animal-sniffer.version>1.24</animal-sniffer.version>

0 commit comments

Comments
 (0)