Bump net.bytebuddy:byte-buddy-dep from 1.14.2 to 1.14.3 in /examples/distro (#8154)
Bumps [net.bytebuddy:byte-buddy-dep](https://github.com/raphw/byte-buddy) from 1.14.2 to 1.14.3. <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.3</h2> <ul> <li>Make <code>MethodGraph.Compiler</code> failsafe when processing incomplete methods.</li> <li>Update ASM.</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>13. March 2023: version 1.14.3</h3> <ul> <li>Make <code>MethodGraph.Compiler</code> failsafe when processing incomplete methods.</li> <li>Update ASM.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="bee0115cf7
"><code>bee0115</code></a> [maven-release-plugin] prepare release byte-buddy-1.14.3</li> <li><a href="2e50ec0ce7
"><code>2e50ec0</code></a> [release] Release new version.</li> <li><a href="57e32d779a
"><code>57e32d7</code></a> [release] Release new version.</li> <li><a href="389e408f41
"><code>389e408</code></a> Fjerner import.</li> <li><a href="c66e3086eb
"><code>c66e308</code></a> Add fail safe wrapper to registry.</li> <li><a href="9609c3232e
"><code>9609c32</code></a> Update internal Byte Buddy and checksums.</li> <li><a href="518c31d9a5
"><code>518c31d</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.2...byte-buddy-1.14.3">compare view</a></li> </ul> </details> <br /> [](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
0638f983a6
commit
7235043d0d
|
@ -33,7 +33,7 @@ subprojects {
|
|||
opentelemetryJavaagent : "1.25.0-SNAPSHOT",
|
||||
opentelemetryJavaagentAlpha: "1.25.0-alpha-SNAPSHOT",
|
||||
|
||||
bytebuddy : "1.14.2",
|
||||
bytebuddy : "1.14.3",
|
||||
autoservice : "1.0.1",
|
||||
junit : "5.9.2"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue