Skip to content

Commit fbc86bd

Browse files
Build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.17.8 to 1.18.0 (#1467)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.8 to 1.18.0. <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.0</h2> <ul> <li>Add support for <code>module-info</code> class files and <code>ModuleDescription</code>s.</li> <li>Allow for manipulating module information using the <code>ByteBuddy</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> <h3>11. November 2025: version 1.18.0</h3> <ul> <li>Add support for <code>module-info</code> class files and <code>ModuleDescription</code>s.</li> <li>Allow for manipulating module information using the <code>ByteBuddy</code> API.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/d9fdbc20d3261f43974f8ab01ace96aaeb899ce8"><code>d9fdbc2</code></a> [maven-release-plugin] prepare release byte-buddy-1.18.0</li> <li><a href="https://github.com/raphw/byte-buddy/commit/d492b31fa2d2ee72c3f0c3e1df41ea8fcedf5bed"><code>d492b31</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/61457c43101c10235ece0eb17c11740d331c31e0"><code>61457c4</code></a> Legger inn håndtering av modul annotasjoner.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/a60da0b1e9f590c3d173709382635e70ada70e67"><code>a60da0b</code></a> [release] Release new version.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/17cad2ebe7e00669c2c527848066bd9e6dde62fc"><code>17cad2e</code></a> [release] Release new version.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/1eb7f7ca1263f2dd38bab2aabb63594cc0224e5f"><code>1eb7f7c</code></a> Add support for creating and manipulating module-info.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/9a1a9730503666fae7cf93b05c2cafffb2925bf8"><code>9a1a973</code></a> Add property for semantic versioning.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/09b46c3a7eb6940002c1533c617337cb8769e563"><code>09b46c3</code></a> [release] Release new version.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/ce0b3a94209f33fd23eb8a037958487981dcaa1a"><code>ce0b3a9</code></a> Add wrong validation.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/20bf6333d461fcca563075f6aa2fd289fbf2e240"><code>20bf633</code></a> Adds validation for the super class name of a class.</li> <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.17.8...byte-buddy-1.18.0">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.8&new-version=1.18.0)](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 ac20bb8 + e8aa466 commit fbc86bd

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
@@ -127,7 +127,7 @@
127127
<mvn.version>3.9.11</mvn.version>
128128
<guava.version>33.5.0-jre</guava.version>
129129
<codegen.version>0.6.8</codegen.version>
130-
<byte-buddy.version>1.17.8</byte-buddy.version>
130+
<byte-buddy.version>1.18.0</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)