fix(deps): update byte buddy packages to v1.17.6 (patch) (#14046)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com> Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
This commit is contained in:
parent
e25ee40e79
commit
083f3b6a84
|
@ -64,7 +64,7 @@ dependencies {
|
|||
implementation("ru.vyarus:gradle-animalsniffer-plugin:2.0.1")
|
||||
implementation("org.spdx:spdx-gradle-plugin:0.9.0")
|
||||
// When updating, also update dependencyManagement/build.gradle.kts
|
||||
implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.17.5")
|
||||
implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.17.6")
|
||||
implementation("gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.6")
|
||||
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.3")
|
||||
implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.2.0")
|
||||
|
|
|
@ -39,7 +39,7 @@ val DEPENDENCY_BOMS = listOf(
|
|||
val autoServiceVersion = "1.1.1"
|
||||
val autoValueVersion = "1.11.0"
|
||||
val errorProneVersion = "2.38.0"
|
||||
val byteBuddyVersion = "1.17.5"
|
||||
val byteBuddyVersion = "1.17.6"
|
||||
val asmVersion = "9.8"
|
||||
val jmhVersion = "1.37"
|
||||
val mockitoVersion = "4.11.0"
|
||||
|
|
|
@ -25,7 +25,7 @@ configurations.named("compileOnly") {
|
|||
extendsFrom(bbGradlePlugin)
|
||||
}
|
||||
|
||||
val byteBuddyVersion = "1.17.5"
|
||||
val byteBuddyVersion = "1.17.6"
|
||||
val aetherVersion = "1.1.0"
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
## Apache License, Version 2.0
|
||||
|
||||
**1** **Group:** `codes.rafael.asmjdkbridge` **Name:** `asm-jdk-bridge` **Version:** `0.0.9`
|
||||
**1** **Group:** `codes.rafael.asmjdkbridge` **Name:** `asm-jdk-bridge` **Version:** `0.0.10`
|
||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||
|
||||
**2** **Group:** `com.blogspot.mydailyjava` **Name:** `weak-lock-free` **Version:** `0.18`
|
||||
|
@ -220,10 +220,10 @@
|
|||
> - **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**: [zipkin-2.27.1.jar/META-INF/LICENSE](zipkin-2.27.1.jar/META-INF/LICENSE)
|
||||
|
||||
**50** **Group:** `net.bytebuddy` **Name:** `byte-buddy-dep` **Version:** `1.17.5`
|
||||
**50** **Group:** `net.bytebuddy` **Name:** `byte-buddy-dep` **Version:** `1.17.6`
|
||||
> - **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.17.5.jar/META-INF/LICENSE](byte-buddy-dep-1.17.5.jar/META-INF/LICENSE)
|
||||
- [byte-buddy-dep-1.17.5.jar/META-INF/NOTICE](byte-buddy-dep-1.17.5.jar/META-INF/NOTICE)
|
||||
> - **Embedded license files**: [byte-buddy-dep-1.17.6.jar/META-INF/LICENSE](byte-buddy-dep-1.17.6.jar/META-INF/LICENSE)
|
||||
- [byte-buddy-dep-1.17.6.jar/META-INF/NOTICE](byte-buddy-dep-1.17.6.jar/META-INF/NOTICE)
|
||||
|
||||
**51** **Group:** `org.jetbrains` **Name:** `annotations` **Version:** `13.0`
|
||||
> - **POM Project URL**: [http://www.jetbrains.org](http://www.jetbrains.org)
|
||||
|
|
Loading…
Reference in New Issue