Skip to content

Commit a698eeb

Browse files
Bump net.bytebuddy:byte-buddy from 1.15.7 to 1.15.10 (#665)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.15.7 to 1.15.10. <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.15.10</h2> <ul> <li>Fix Java 8 patterns for multi-release jars to avoid that inner classes are excluded.</li> </ul> <h2>Byte Buddy 1.15.9</h2> <ul> <li>Additional release after time out during previous Gradle plugin release.</li> </ul> <h2>Byte Buddy 1.15.8</h2> <ul> <li>Extend <code>ClassInjector</code> API to support lazy resolution of class files.</li> <li>Extend <code>DynamicType</code> API to support lazy resolution of auxiliary types.</li> <li>Extend <code>AgentBuilder.Transformer.ForAdvice</code> to support injection of new classes by their name.</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>4. November 2024: version 1.15.10</h3> <ul> <li>Fix Java 8 patterns for multi-release jars to avoid that inner classes are excluded.</li> </ul> <h3>3. November 2024: version 1.15.9</h3> <ul> <li>Additional release after time out during previous Gradle plugin release.</li> </ul> <h3>1. November 2024: version 1.15.8</h3> <ul> <li>Extend <code>ClassInjector</code> API to support lazy resolution of class files.</li> <li>Extend <code>DynamicType</code> API to support lazy resolution of auxiliary types.</li> <li>Extend <code>AgentBuilder.Transformer.ForAdvice</code> to support injection of new classes by their name.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/4681c9178696e1f1ff8e4b791555fbbacc597425"><code>4681c91</code></a> [maven-release-plugin] prepare release byte-buddy-1.15.10</li> <li><a href="https://github.com/raphw/byte-buddy/commit/d1c82da89d59187635a034b8825e3c00fcee1c3f"><code>d1c82da</code></a> [release] Release new version.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/c43f8aa15469d0ac478fc89e957fc7427b9548b0"><code>c43f8aa</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/f164ddd113e2c4d56010af91dc21a8d69ff375a5"><code>f164ddd</code></a> Extend regex to include inner classes.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/732087c7840831e58d478b03e30004e858080db9"><code>732087c</code></a> Add additional checksums.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/aa56c9a5507ad67c96e1480f5f4a9212c6cef6e7"><code>aa56c9a</code></a> Update internal Byte Buddy.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/c15b988beff4f91b0b3416511d4abac64ba85298"><code>c15b988</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/raphw/byte-buddy/commit/4593b14710065bbd74585ddab707349c7d88be9c"><code>4593b14</code></a> [maven-release-plugin] prepare release byte-buddy-1.15.9</li> <li><a href="https://github.com/raphw/byte-buddy/commit/c8b378058a7f92bc96a15b3d0bb171299dc9231d"><code>c8b3780</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/1590fda141748eff7f2ddf2dcd76a64a050ca7dd"><code>1590fda</code></a> Add checksums</li> <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.15.7...byte-buddy-1.15.10">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.15.7&new-version=1.15.10)](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 5f9ff12 + 1c83ee4 commit a698eeb

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
@@ -135,7 +135,7 @@
135135
<guava.version>33.3.1-jre</guava.version>
136136
<codegen.version>0.6.8</codegen.version>
137137
<mysema.lang.version>0.2.4</mysema.lang.version>
138-
<byte-buddy.version>1.15.7</byte-buddy.version>
138+
<byte-buddy.version>1.15.10</byte-buddy.version>
139139
<slf4j.version>2.0.16</slf4j.version>
140140
<surefire.version>3.5.1</surefire.version>
141141
<animal-sniffer.version>1.24</animal-sniffer.version>

0 commit comments

Comments
 (0)