Commit cbc93b6
authored
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 />
[](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>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments