fix(deps): update byte buddy packages to v1.17.2 (patch) (#13440)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
This commit is contained in:
parent
f49bf3ccea
commit
03bd75c3a7
|
@ -64,7 +64,7 @@ dependencies {
|
|||
implementation("ru.vyarus:gradle-animalsniffer-plugin:2.0.0")
|
||||
implementation("org.spdx:spdx-gradle-plugin:0.8.0")
|
||||
// When updating, also update dependencyManagement/build.gradle.kts
|
||||
implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.17.1")
|
||||
implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.17.2")
|
||||
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.1.0")
|
||||
|
|
|
@ -39,7 +39,7 @@ val DEPENDENCY_BOMS = listOf(
|
|||
val autoServiceVersion = "1.1.1"
|
||||
val autoValueVersion = "1.11.0"
|
||||
val errorProneVersion = "2.36.0"
|
||||
val byteBuddyVersion = "1.17.1"
|
||||
val byteBuddyVersion = "1.17.2"
|
||||
val asmVersion = "9.7.1"
|
||||
val jmhVersion = "1.37"
|
||||
val mockitoVersion = "4.11.0"
|
||||
|
|
|
@ -25,7 +25,7 @@ configurations.named("compileOnly") {
|
|||
extendsFrom(bbGradlePlugin)
|
||||
}
|
||||
|
||||
val byteBuddyVersion = "1.17.1"
|
||||
val byteBuddyVersion = "1.17.2"
|
||||
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.4`
|
||||
**1** **Group:** `codes.rafael.asmjdkbridge` **Name:** `asm-jdk-bridge` **Version:** `0.0.6`
|
||||
> - **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`
|
||||
|
@ -216,10 +216,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)
|
||||
|
||||
**49** **Group:** `net.bytebuddy` **Name:** `byte-buddy-dep` **Version:** `1.17.1`
|
||||
**49** **Group:** `net.bytebuddy` **Name:** `byte-buddy-dep` **Version:** `1.17.2`
|
||||
> - **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.1.jar/META-INF/LICENSE](byte-buddy-dep-1.17.1.jar/META-INF/LICENSE)
|
||||
- [byte-buddy-dep-1.17.1.jar/META-INF/NOTICE](byte-buddy-dep-1.17.1.jar/META-INF/NOTICE)
|
||||
> - **Embedded license files**: [byte-buddy-dep-1.17.2.jar/META-INF/LICENSE](byte-buddy-dep-1.17.2.jar/META-INF/LICENSE)
|
||||
- [byte-buddy-dep-1.17.2.jar/META-INF/NOTICE](byte-buddy-dep-1.17.2.jar/META-INF/NOTICE)
|
||||
|
||||
**50** **Group:** `org.jetbrains` **Name:** `annotations` **Version:** `13.0`
|
||||
> - **POM Project URL**: [http://www.jetbrains.org](http://www.jetbrains.org)
|
||||
|
|
Loading…
Reference in New Issue