Skip to content

Commit c3d74ee

Browse files
authored
Bump net.bytebuddy:byte-buddy from 1.14.10 to 1.14.11 (#216)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.10 to 1.14.11. <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.14.11</h2> <ul> <li>Adjusts Gradle plugin to support Gradle 8.4 without warnings.</li> <li>Avoid blurry exception on build plugin for fail fast.</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>21. December 2023: version 1.14.11</h3> <ul> <li>Adjusts Gradle plugin to support Gradle 8.4 without warnings.</li> <li>Avoid blurry exception on build plugin for fail fast.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/568e6b36da93644f97d4b4188e77e87198272311"><code>568e6b3</code></a> [maven-release-plugin] prepare release byte-buddy-1.14.11</li> <li><a href="https://github.com/raphw/byte-buddy/commit/b06303a326dfc6ecf2308fd2bcd41a1536e2ecf6"><code>b06303a</code></a> [release] Attempt new release.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/88e99debbcb458bc883803b83011e7836fe1a27e"><code>88e99de</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/raphw/byte-buddy/commit/50356075382dd277afbc7f6c801feae9edb18396"><code>5035607</code></a> [maven-release-plugin] prepare release byte-buddy-1.14.11</li> <li><a href="https://github.com/raphw/byte-buddy/commit/16a5322666e32de61790d2ad4a9fc2b94def1736"><code>16a5322</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/9b377b96e50e8562169275f429e190ecdd12d132"><code>9b377b9</code></a> Adjust test.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/ce2fd1cf3bb2cfd657e1440497484bd27c4af9ac"><code>ce2fd1c</code></a> Do not fallback to unsupported operation exceptions to avoid oversights in co...</li> <li><a href="https://github.com/raphw/byte-buddy/commit/5c0c4382ac86a248533aefb4f5a57ed74ded77a5"><code>5c0c438</code></a> Adjust modifier resolution for native methods.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/1bce7c00886453732d30e7cfb49a8a9c18aaf109"><code>1bce7c0</code></a> Fix method name.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/068c7304b6c3f82324061aa889977e7cbd1c0257"><code>068c730</code></a> Fixing up constant value.</li> <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.10...byte-buddy-1.14.11">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.14.10&new-version=1.14.11)](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 ad49b30 + 1d050a4 commit c3d74ee

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
@@ -90,7 +90,7 @@
9090
<guava.version>33.0.0-jre</guava.version>
9191
<codegen.version>0.6.8</codegen.version>
9292
<mysema.lang.version>0.2.4</mysema.lang.version>
93-
<byte-buddy.version>1.14.10</byte-buddy.version>
93+
<byte-buddy.version>1.14.11</byte-buddy.version>
9494
<slf4j.version>2.0.9</slf4j.version>
9595
<surefire.version>3.2.3</surefire.version>
9696
<animal-sniffer.version>1.23</animal-sniffer.version>

0 commit comments

Comments
 (0)