Skip to content

Commit

Permalink
merge: camunda#789
Browse files Browse the repository at this point in the history
789: build(deps): Bump byte-buddy from 1.14.4 to 1.14.5 r=github-actions[bot] a=dependabot[bot]

Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.4 to 1.14.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/releases">byte-buddy's releases</a>.</em></p>
<blockquote>
<h2>Byte Buddy 1.14.5</h2>
<ul>
<li>Avoid use of location if agent argument separator is contained.</li>
<li>Allow failure of member substitution if no element is separated.</li>
<li>Allow retry in case of parallel class injection.</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">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/2074d31185d0fe8f41deb29a8f354967d2eb5c89"><code>2074d31</code></a> [maven-release-plugin] prepare release byte-buddy-1.14.5</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/901e3ea3010f835dbfe32233f79c58a04df08353"><code>901e3ea</code></a> [release] Release new version.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/550ff9ddb7164dbc8bcb73a649e0cb0fc130ced6"><code>550ff9d</code></a> [release] Release new version.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/a326aae41c2928d20d299e457f3d162c94d5557c"><code>a326aae</code></a> [release] Release new version</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/94e3e26ef5545b04138bd927b2935329b0eabad6"><code>94e3e26</code></a> Update JSON.org dependency being used.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/1a000611f2fe246cb81e6e0c1b550a7c06abda45"><code>1a00061</code></a> Add missing javadoc comment.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/54d053749ce67ded04592d2ace7a372104144056"><code>54d0537</code></a> Add getPackages method to JavaModule.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/2d77fd52ff815a6cae1afa6e9b666eb693740f75"><code>2d77fd5</code></a> Add option to exclude member substitution.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/4e3ae3cdd4e1613c7f1afa28fc2b923dba97aecb"><code>4e3ae3c</code></a> Fix exception type.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/7ddef27274286897e50540b1a48f20da38fbabe8"><code>7ddef27</code></a> Reduce commentary.</li>
<li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.4...byte-buddy-1.14.5">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.4&new-version=1.14.5)](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` 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 Jun 2, 2023
2 parents ca5d045 + ba4ab66 commit 89ceb43
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 @@ -49,7 +49,7 @@
<dependency.agrona.version>1.18.1</dependency.agrona.version>
<dependency.assertj.version>3.24.2</dependency.assertj.version>
<dependency.awaitility.version>4.2.0</dependency.awaitility.version>
<dependency.bytebuddy.version>1.14.4</dependency.bytebuddy.version>
<dependency.bytebuddy.version>1.14.5</dependency.bytebuddy.version>
<dependency.camundamodel.version>7.19.0</dependency.camundamodel.version>
<dependency.classgraph.version>4.8.160</dependency.classgraph.version>
<dependency.commons.version>3.12.0</dependency.commons.version>
Expand Down

0 comments on commit 89ceb43

Please sign in to comment.