Skip to content

Commit 9fe314e

Browse files
Bump net.bytebuddy:byte-buddy from 1.17.4 to 1.17.5 (#1044)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.4 to 1.17.5. <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.5</h2> <ul> <li>Update ASM to version 9.8 to support Java 25 using ASM reader and writer.</li> <li>Include <code>AnnotationRemoval</code> visitor for removing or replacing annotations.</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>30. March 2025: version 1.17.5</h3> <ul> <li>Update ASM to version 9.8 to support Java 25 using ASM reader and writer.</li> <li>Include <code>AnnotationRemoval</code> visitor for removing or replacing annotations.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/5bfbb2cdb542c906fb1092330bebbaf9ec306cbf"><code>5bfbb2c</code></a> [maven-release-plugin] prepare release byte-buddy-1.17.5</li> <li><a href="https://github.com/raphw/byte-buddy/commit/6d606ca9c75a9e7fe3f683366a3013fc682b5189"><code>6d606ca</code></a> [release] Release new version.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/82391a626793df0b8894db53e7902ef96e0609f9"><code>82391a6</code></a> Add release notes.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/acee964ae318c6d4f9197010e25131124bc48283"><code>acee964</code></a> [release] Update ASM and release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/5274152d8b3029e27f4049c542e46d2358b1939c"><code>5274152</code></a> Add missing checksums</li> <li><a href="https://github.com/raphw/byte-buddy/commit/9a910a6d8d3773d5dca9b54c8a5791bb8331901b"><code>9a910a6</code></a> Add checksums and minor fixes.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/50f39fe9d12d82df4f7ddb3bc05417f52dd11889"><code>50f39fe</code></a> Add tests for annotation removal.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/6e88849f6f6e97429d176a26d1d60b8616dcc9b4"><code>6e88849</code></a> Add annotation removal.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/11c76cc8a597348c139fa683c4cca85007df3087"><code>11c76cc</code></a> Add annotation removal.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/41016d9acd171d541f4e05cf80faad6b39ca733b"><code>41016d9</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.17.4...byte-buddy-1.17.5">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.4&new-version=1.17.5)](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 497214d + 96aa852 commit 9fe314e

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.6-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.4</byte-buddy.version>
139+
<byte-buddy.version>1.17.5</byte-buddy.version>
140140
<slf4j.version>2.0.17</slf4j.version>
141141
<surefire.version>3.5.3</surefire.version>
142142
<animal-sniffer.version>1.24</animal-sniffer.version>

0 commit comments

Comments
 (0)