Skip to content

Commit cbc93b6

Browse files
Bump net.bytebuddy:byte-buddy from 1.17.5 to 1.17.6 (#1239)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.5 to 1.17.6. <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.6</h2> <ul> <li>Add convenience wrapper for <code>ResettableClassFileTransformer</code> that implicitly delegates to correct transformer method.</li> <li>Add filter for deduplicate fields and methods in class file.</li> <li>Add missing static requirement of Spotbugs annotations to module descriptors.</li> <li>Add <code>LazinessMode</code> for <code>TypePool</code> and add convenience support to <code>AgentBuilder</code>.</li> <li>Fix source jars for multi-version release to contain duplicated source.</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>16. June 2025: version 1.17.6</h3> <ul> <li>Add convenience wrapper for <code>ResettableClassFileTransformer</code> that implicitly delegates to correct transformer method.</li> <li>Add filter for deduplicate fields and methods in class file.</li> <li>Add missing static requirement of Spotbugs annotations to module descriptors.</li> <li>Add <code>LazinessMode</code> for <code>TypePool</code> and add convenience support to <code>AgentBuilder</code>.</li> <li>Fix source jars for multi-version release to contain duplicated source.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/4b7cab9066ea58487da1d7034f928d0a9071fee4"><code>4b7cab9</code></a> [maven-release-plugin] prepare release byte-buddy-1.17.6</li> <li><a href="https://github.com/raphw/byte-buddy/commit/6799b71d137dc38c3ea0c6cc748e7ddd3ce793d6"><code>6799b71</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/605d077df97f896753e54ce69098e1e4c62d1a69"><code>605d077</code></a> Reset version.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/45b4630bcaca6c91c6af1822b6818e4b67ad5cb8"><code>45b4630</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/raphw/byte-buddy/commit/ae559395cb7d3fe32e6d04183cdaf10b7759d723"><code>ae55939</code></a> [maven-release-plugin] prepare release byte-buddy-1.17.6</li> <li><a href="https://github.com/raphw/byte-buddy/commit/70ba979f810c4e6df33114f01a0b4d6c81efcb61"><code>70ba979</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/1110aa11f8d4c15891d261676653a43ea2415929"><code>1110aa1</code></a> Set back version.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/684cc18a5065f78e34a9a0c46abb1d2e9e92465d"><code>684cc18</code></a> Add additional tests for assignability.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/6da8a5f75fdc8c8b5708d39420f45cb1c354e6d0"><code>6da8a5f</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/raphw/byte-buddy/commit/e77b35572472c21fad4b28fc9d6736d55944b949"><code>e77b355</code></a> [maven-release-plugin] prepare release byte-buddy-1.17.6</li> <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.17.5...byte-buddy-1.17.6">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.5&new-version=1.17.6)](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 00639db + 1d7b37a commit cbc93b6

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
@@ -138,7 +138,7 @@
138138
<mvn.version>3.9.10</mvn.version>
139139
<guava.version>33.4.8-jre</guava.version>
140140
<codegen.version>0.6.8</codegen.version>
141-
<byte-buddy.version>1.17.5</byte-buddy.version>
141+
<byte-buddy.version>1.17.6</byte-buddy.version>
142142
<slf4j.version>2.0.17</slf4j.version>
143143
<surefire.version>3.5.3</surefire.version>
144144
<animal-sniffer.version>1.24</animal-sniffer.version>

0 commit comments

Comments
 (0)