Skip to content

Commit

Permalink
Bump net.bytebuddy:byte-buddy-dep from 1.13.0 to 1.14.0 in /examples/…
Browse files Browse the repository at this point in the history
…distro (open-telemetry#7864)

Bumps
[net.bytebuddy:byte-buddy-dep](https://github.com/raphw/byte-buddy) from
1.13.0 to 1.14.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/raphw/byte-buddy/releases">net.bytebuddy:byte-buddy-dep's
releases</a>.</em></p>
<blockquote>
<h2>Byte Buddy 1.14.0</h2>
<ul>
<li>Add <code>Step.Factory.ForDelegation</code> in
<code>MemberSubstitution</code> that allows for delegation similar to
<code>MethodDelegation</code> but in-code.</li>
<li>Add handlers for <code>MethodDelegation</code> and
<code>Advice</code> that leverage method handles for field access and
self-invocation.</li>
<li>Add <code>Step.Factory</code> for type assignment that allows
casting the return value from a previous step to another type.</li>
<li>Avoid usage of <code>URL</code> class loader as it is deprecated,
and use newer method if available.</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-dep's
changelog</a>.</em></p>
<blockquote>
<h3>18. February 2023: version 1.14.0</h3>
<ul>
<li>Add <code>Step.Factory.ForDelegation</code> in
<code>MemberSubstitution</code> that allows for delegation similar to
<code>MethodDelegation</code> but in-code.</li>
<li>Add handlers for <code>MethodDelegation</code> and
<code>Advice</code> that leverage method handles for field access and
self-invocation.</li>
<li>Add <code>Step.Factory</code> for type assignment that allows
casting the return value from a previous step to another type.</li>
<li>Avoid usage of <code>URL</code> class loader as it is deprecated,
and use newer method if available.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/raphw/byte-buddy/commit/00da41ec542a0cee1029b500522bdfd8145e34da"><code>00da41e</code></a>
[maven-release-plugin] prepare release byte-buddy-1.14.0</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/c601a7886aadcc7cc7965e4ab15ecd4702417310"><code>c601a78</code></a>
[release] Release new version</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/102ee254402c22e7730f74b9808c5550966945c5"><code>102ee25</code></a>
Avoid test execution on Java 7.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/3b5f4dcb8a15e969a2b4befa9a4d850ff7f494ad"><code>3b5f4dc</code></a>
Remove unused packages.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/b42f78b2a5de74abe32180058f06c75a4469a21b"><code>b42f78b</code></a>
Add scheme part to URI.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/d94d66a18c320cdd1b8e951a8a1dae1a2745d78a"><code>d94d66a</code></a>
Add scheme part to URI.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/aaa18f29c901949d7109bff2372ce0e282df1171"><code>aaa18f2</code></a>
Adjust expectation for dynamic lambda invocation.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/0f3bd5f2e6af453110dd1289fbc90664b81027fb"><code>0f3bd5f</code></a>
Add hints for spotbugs.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/c2242c7f3c0b91e502cf3584aafb917c4457ece3"><code>c2242c7</code></a>
fix javadoc.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/0a2e4ea5d20340869f65c323f867c19c4ea09ecb"><code>0a2e4ea</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/raphw/byte-buddy/issues/1407">#1407</a>
from capthua/master</li>
<li>Additional commits viewable in <a
href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.13.0...byte-buddy-1.14.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.bytebuddy:byte-buddy-dep&package-manager=gradle&previous-version=1.13.0&new-version=1.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 21, 2023
1 parent 4607fcf commit 22d2155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/distro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ subprojects {
opentelemetryJavaagent : "1.24.0-SNAPSHOT",
opentelemetryJavaagentAlpha: "1.24.0-alpha-SNAPSHOT",

bytebuddy : "1.13.0",
bytebuddy : "1.14.0",
autoservice : "1.0.1",
junit : "5.9.2"
]
Expand Down

0 comments on commit 22d2155

Please sign in to comment.