From 1f9fd81feb44e0d7fc3162fabd09ba2b4d71cead Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 29 Mar 2023 09:16:06 +0000
Subject: [PATCH] Bump byteBuddyVersion from 1.14.2 to 1.14.3 (#8153)
Bumps `byteBuddyVersion` from 1.14.2 to 1.14.3.
Updates `net.bytebuddy:byte-buddy` from 1.14.2 to 1.14.3
Release notes
Sourced from net.bytebuddy:byte-buddy's
releases.
Byte Buddy 1.14.3
- Make
MethodGraph.Compiler
failsafe when processing
incomplete methods.
- Update ASM.
Changelog
Sourced from net.bytebuddy:byte-buddy's
changelog.
13. March 2023: version 1.14.3
- Make
MethodGraph.Compiler
failsafe when processing
incomplete methods.
- Update ASM.
Commits
bee0115
[maven-release-plugin] prepare release byte-buddy-1.14.3
2e50ec0
[release] Release new version.
57e32d7
[release] Release new version.
389e408
Fjerner import.
c66e308
Add fail safe wrapper to registry.
9609c32
Update internal Byte Buddy and checksums.
518c31d
[maven-release-plugin] prepare for next development iteration
- See full diff in compare
view
Updates `net.bytebuddy:byte-buddy-dep` from 1.14.2 to 1.14.3
Release notes
Sourced from net.bytebuddy:byte-buddy-dep's
releases.
Byte Buddy 1.14.3
- Make
MethodGraph.Compiler
failsafe when processing
incomplete methods.
- Update ASM.
Changelog
Sourced from net.bytebuddy:byte-buddy-dep's
changelog.
13. March 2023: version 1.14.3
- Make
MethodGraph.Compiler
failsafe when processing
incomplete methods.
- Update ASM.
Commits
bee0115
[maven-release-plugin] prepare release byte-buddy-1.14.3
2e50ec0
[release] Release new version.
57e32d7
[release] Release new version.
389e408
Fjerner import.
c66e308
Add fail safe wrapper to registry.
9609c32
Update internal Byte Buddy and checksums.
518c31d
[maven-release-plugin] prepare for next development iteration
- See full diff in compare
view
Updates `net.bytebuddy:byte-buddy-agent` from 1.14.2 to 1.14.3
Release notes
Sourced from net.bytebuddy:byte-buddy-agent's
releases.
Byte Buddy 1.14.3
- Make
MethodGraph.Compiler
failsafe when processing
incomplete methods.
- Update ASM.
Changelog
Sourced from net.bytebuddy:byte-buddy-agent's
changelog.
13. March 2023: version 1.14.3
- Make
MethodGraph.Compiler
failsafe when processing
incomplete methods.
- Update ASM.
Commits
bee0115
[maven-release-plugin] prepare release byte-buddy-1.14.3
2e50ec0
[release] Release new version.
57e32d7
[release] Release new version.
389e408
Fjerner import.
c66e308
Add fail safe wrapper to registry.
9609c32
Update internal Byte Buddy and checksums.
518c31d
[maven-release-plugin] prepare for next development iteration
- See full diff in compare
view
Updates `net.bytebuddy:byte-buddy-gradle-plugin` from 1.14.2 to 1.14.3
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
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)
---------
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
---
conventions/build.gradle.kts | 2 +-
dependencyManagement/build.gradle.kts | 2 +-
gradle-plugins/build.gradle.kts | 2 +-
.../META-INF/LICENSE | 0
.../META-INF/NOTICE | 0
licenses/licenses.md | 12 ++++++------
6 files changed, 9 insertions(+), 9 deletions(-)
rename licenses/{byte-buddy-dep-1.14.2.jar => byte-buddy-dep-1.14.3.jar}/META-INF/LICENSE (100%)
rename licenses/{byte-buddy-dep-1.14.2.jar => byte-buddy-dep-1.14.3.jar}/META-INF/NOTICE (100%)
diff --git a/conventions/build.gradle.kts b/conventions/build.gradle.kts
index bbec514474..a60f0e589f 100644
--- a/conventions/build.gradle.kts
+++ b/conventions/build.gradle.kts
@@ -61,7 +61,7 @@ dependencies {
implementation("org.owasp:dependency-check-gradle:8.2.1")
implementation("ru.vyarus:gradle-animalsniffer-plugin:1.7.0")
// When updating, also update dependencyManagement/build.gradle.kts
- implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.14.2")
+ implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.14.3")
implementation("gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.0")
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.0")
implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.0.1")
diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts
index 492c37cf90..2523b0059b 100644
--- a/dependencyManagement/build.gradle.kts
+++ b/dependencyManagement/build.gradle.kts
@@ -42,7 +42,7 @@ val DEPENDENCY_BOMS = listOf(
val autoServiceVersion = "1.0.1"
val autoValueVersion = "1.10.1"
val errorProneVersion = "2.18.0"
-val byteBuddyVersion = "1.14.2"
+val byteBuddyVersion = "1.14.3"
val asmVersion = "9.5"
val jmhVersion = "1.36"
val mockitoVersion = "4.11.0"
diff --git a/gradle-plugins/build.gradle.kts b/gradle-plugins/build.gradle.kts
index 63a4e197fb..7eb8da0b4f 100644
--- a/gradle-plugins/build.gradle.kts
+++ b/gradle-plugins/build.gradle.kts
@@ -24,7 +24,7 @@ configurations.named("compileOnly") {
extendsFrom(bbGradlePlugin)
}
-val byteBuddyVersion = "1.14.2"
+val byteBuddyVersion = "1.14.3"
val aetherVersion = "1.1.0"
dependencies {
diff --git a/licenses/byte-buddy-dep-1.14.2.jar/META-INF/LICENSE b/licenses/byte-buddy-dep-1.14.3.jar/META-INF/LICENSE
similarity index 100%
rename from licenses/byte-buddy-dep-1.14.2.jar/META-INF/LICENSE
rename to licenses/byte-buddy-dep-1.14.3.jar/META-INF/LICENSE
diff --git a/licenses/byte-buddy-dep-1.14.2.jar/META-INF/NOTICE b/licenses/byte-buddy-dep-1.14.3.jar/META-INF/NOTICE
similarity index 100%
rename from licenses/byte-buddy-dep-1.14.2.jar/META-INF/NOTICE
rename to licenses/byte-buddy-dep-1.14.3.jar/META-INF/NOTICE
diff --git a/licenses/licenses.md b/licenses/licenses.md
index 64ec2e8d7a..ddb44f5000 100644
--- a/licenses/licenses.md
+++ b/licenses/licenses.md
@@ -1,7 +1,7 @@
#javaagent
##Dependency License Report
-_2023-03-28 06:06:41 UTC_
+_2023-03-29 08:09:04 UTC_
## Apache License, Version 2.0
**1** **Group:** `com.blogspot.mydailyjava` **Name:** `weak-lock-free` **Version:** `0.18`
@@ -159,10 +159,10 @@ _2023-03-28 06:06:41 UTC_
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
> - **Embedded license files**: [zipkin-2.23.2.jar/META-INF/LICENSE](zipkin-2.23.2.jar/META-INF/LICENSE)
-**36** **Group:** `net.bytebuddy` **Name:** `byte-buddy-dep` **Version:** `1.14.2`
+**36** **Group:** `net.bytebuddy` **Name:** `byte-buddy-dep` **Version:** `1.14.3`
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
-> - **Embedded license files**: [byte-buddy-dep-1.14.2.jar/META-INF/LICENSE](byte-buddy-dep-1.14.2.jar/META-INF/LICENSE)
- - [byte-buddy-dep-1.14.2.jar/META-INF/NOTICE](byte-buddy-dep-1.14.2.jar/META-INF/NOTICE)
+> - **Embedded license files**: [byte-buddy-dep-1.14.3.jar/META-INF/LICENSE](byte-buddy-dep-1.14.3.jar/META-INF/LICENSE)
+ - [byte-buddy-dep-1.14.3.jar/META-INF/NOTICE](byte-buddy-dep-1.14.3.jar/META-INF/NOTICE)
**37** **Group:** `org.jetbrains` **Name:** `annotations` **Version:** `13.0`
> - **POM Project URL**: [http://www.jetbrains.org](http://www.jetbrains.org)
@@ -191,7 +191,7 @@ _2023-03-28 06:06:41 UTC_
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
> - **POM License**: The 3-Clause BSD License - [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
-**43** **Group:** `org.ow2.asm` **Name:** `asm-commons` **Version:** `9.4`
+**43** **Group:** `org.ow2.asm` **Name:** `asm-commons` **Version:** `9.5`
> - **Manifest Project URL**: [http://asm.ow2.org](http://asm.ow2.org)
> - **Manifest License**: The 3-Clause BSD License (Not Packaged)
> - **POM Project URL**: [http://asm.ow2.io/](http://asm.ow2.io/)
@@ -231,7 +231,7 @@ _2023-03-28 06:06:41 UTC_
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
> - **POM License**: The 3-Clause BSD License - [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
-**49** **Group:** `org.ow2.asm` **Name:** `asm-commons` **Version:** `9.4`
+**49** **Group:** `org.ow2.asm` **Name:** `asm-commons` **Version:** `9.5`
> - **Manifest Project URL**: [http://asm.ow2.org](http://asm.ow2.org)
> - **Manifest License**: The 3-Clause BSD License (Not Packaged)
> - **POM Project URL**: [http://asm.ow2.io/](http://asm.ow2.io/)