Bump net.bytebuddy:byte-buddy-agent from 1.14.0 to 1.14.1 (#773)
Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.14.0 to 1.14.1. <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-agent's changelog</a>.</em></p> <blockquote> <h2>Byte Buddy release notes</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="5ef0fa6076"><code>5ef0fa6</code></a> [maven-release-plugin] prepare release byte-buddy-1.14.1</li> <li><a href="bada1525a2"><code>bada152</code></a> [release] Release new version</li> <li><a href="334128e2f8"><code>334128e</code></a> Update Eclipse lifecycle mapping.</li> <li><a href="876d66702e"><code>876d667</code></a> Add additional scope for Maven plugin.</li> <li><a href="665a090c73"><code>665a090</code></a> Add checksums.</li> <li><a href="537c61344e"><code>537c613</code></a> Increment internal byte buddy and add release notes.</li> <li><a href="8c6f8619a0"><code>8c6f861</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.0...byte-buddy-1.14.1">compare view</a></li> </ul> </details> <br /> [](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> 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
f83c91a37e
commit
e055ecca86
|
|
@ -7,7 +7,7 @@ description = "To help in create an OpenTelemetry distro able to runtime attach
|
|||
otelJava.moduleName.set("io.opentelemetry.contrib.attach.core")
|
||||
|
||||
dependencies {
|
||||
implementation("net.bytebuddy:byte-buddy-agent:1.14.0")
|
||||
implementation("net.bytebuddy:byte-buddy-agent:1.14.1")
|
||||
|
||||
// Used by byte-buddy but not brought in as a transitive dependency.
|
||||
compileOnly("com.google.code.findbugs:annotations")
|
||||
|
|
|
|||
Loading…
Reference in New Issue