Skip to content

Commit bef31eb

Browse files
Build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.17.7 to 1.17.8 (#1409)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.7 to 1.17.8. <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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/ffd89ff7c500b50ce4ccaee73edaf63427716a30"><code>ffd89ff</code></a> [maven-release-plugin] prepare release byte-buddy-1.17.8</li> <li><a href="https://github.com/raphw/byte-buddy/commit/06e63f6d74f1779ede5ed2e1b300167d4e90f565"><code>06e63f6</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/2ec5f0806b29f92035271d0240199e722314526a"><code>2ec5f08</code></a> Update checksums.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/8b7c507bdabf3115b9e19e5297f02961e102afff"><code>8b7c507</code></a> Update ASM 9.9.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/96e6a13aba0189fe03136b2597bcf8e329257045"><code>96e6a13</code></a> Add missing checksum.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/a73b91f2d4a6d3d7dd58885e970ab867a1b0fd0b"><code>a73b91f</code></a> Add findbugs warning.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/d5ac1221290bbb858703372725ae24665dcf5093"><code>d5ac122</code></a> Write invoker in most recent JVM version to support CDS.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/e45c1fb7ec35553ab837369ace63db4cee4838d7"><code>e45c1fb</code></a> Fix code level and add checksums.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/203d51b1aae175caaa0aa41131eaaab0091c7f7c"><code>203d51b</code></a> Fix method name for reading super class name.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/8b8ef56ae9ceb56a515f57f34769557246fc6996"><code>8b8ef56</code></a> Avoid use of types that are deprecated for removal, and add profiles for Java...</li> <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.17.7...byte-buddy-1.17.8">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.7&new-version=1.17.8)](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 dc7b412 + 61223a1 commit bef31eb

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.11</mvn.version>
139139
<guava.version>33.5.0-jre</guava.version>
140140
<codegen.version>0.6.8</codegen.version>
141-
<byte-buddy.version>1.17.7</byte-buddy.version>
141+
<byte-buddy.version>1.17.8</byte-buddy.version>
142142
<slf4j.version>2.0.17</slf4j.version>
143143
<surefire.version>3.5.4</surefire.version>
144144
<animal-sniffer.version>1.26</animal-sniffer.version>

0 commit comments

Comments
 (0)