Skip to content

Commit

Permalink
merge: #1138
Browse files Browse the repository at this point in the history
1138: build(deps): Bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.13 r=github-actions[bot] a=dependabot[bot]

Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.12 to 1.14.13.
<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.13</h2>
<ul>
<li>Avoid resolving type variables when generic type processing is disabled.</li>
<li>Improve error message for Byte Buddy agent external attach.</li>
<li>Fix build for modular jars when using later version than Java 8.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/raphw/byte-buddy/commit/93cee8f4b5f5be74e6026f322d622003d71c3558"><code>93cee8f</code></a> [maven-release-plugin] prepare release byte-buddy-1.14.13</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/8236faebb45f08ecde6ea00bb201f1fd4a0fc419"><code>8236fae</code></a> [release] Release new version</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/5ce63525e4126369bf66f81c555f01feea2d5794"><code>5ce6352</code></a> Remove test that cannot run in context.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/53ce259455858e931b165851dbd82bf5942baf12"><code>53ce259</code></a> Legger inn type vitness.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/09dc1a9d65893107fc43ef2951b8b502eb946b04"><code>09dc1a9</code></a> Don't resolve parameterized types for RAW_TYPES mode (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1604">#1604</a>)</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/ddc76989a35bab0cee0bb51b8444bbf80d074445"><code>ddc7698</code></a> Improve error message.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/3b4ed21c97a960ddd8196cdd76c62810f9a6cfd2"><code>3b4ed21</code></a> Increment internal Byte Buddy.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/db916989d405341726be2981297fc257f0c669c0"><code>db91698</code></a> Bump org.apache.commons:commons-compress in /byte-buddy-maven-plugin (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1597">#1597</a>)</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/7841ebc8cd286a7240d7b1ac059be686e5e08673"><code>7841ebc</code></a> Avoid broken modular jars when using the shade plugin where the jar tool is r...</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/76987df2de9886e356eeacfd7b79d447d35405e6"><code>76987df</code></a> Add main class.</li>
<li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.12...byte-buddy-1.14.13">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.12&new-version=1.14.13)](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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
zeebe-bors-camunda[bot] and dependabot[bot] authored Apr 1, 2024
2 parents 6d090a2 + 3acb2ec commit 222be82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency.agrona.version>1.21.1</dependency.agrona.version>
<dependency.assertj.version>3.25.3</dependency.assertj.version>
<dependency.awaitility.version>4.2.0</dependency.awaitility.version>
<dependency.bytebuddy.version>1.14.12</dependency.bytebuddy.version>
<dependency.bytebuddy.version>1.14.13</dependency.bytebuddy.version>
<dependency.camundamodel.version>7.19.0</dependency.camundamodel.version>
<dependency.classgraph.version>4.8.168</dependency.classgraph.version>
<dependency.commons.version>3.14.0</dependency.commons.version>
Expand Down

0 comments on commit 222be82

Please sign in to comment.