fix(deps): update byte buddy packages to v1.17.0 (minor) (#13123)
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
45378ced92
commit
d3efbfd844
|
@ -64,7 +64,7 @@ dependencies {
|
||||||
implementation("ru.vyarus:gradle-animalsniffer-plugin:2.0.0")
|
implementation("ru.vyarus:gradle-animalsniffer-plugin:2.0.0")
|
||||||
implementation("org.spdx:spdx-gradle-plugin:0.8.0")
|
implementation("org.spdx:spdx-gradle-plugin:0.8.0")
|
||||||
// When updating, also update dependencyManagement/build.gradle.kts
|
// When updating, also update dependencyManagement/build.gradle.kts
|
||||||
implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.16.1")
|
implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.17.0")
|
||||||
implementation("gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.6")
|
implementation("gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.6")
|
||||||
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.2")
|
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.2")
|
||||||
implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.1.0")
|
implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.1.0")
|
||||||
|
|
|
@ -41,7 +41,7 @@ val DEPENDENCY_BOMS = listOf(
|
||||||
val autoServiceVersion = "1.1.1"
|
val autoServiceVersion = "1.1.1"
|
||||||
val autoValueVersion = "1.11.0"
|
val autoValueVersion = "1.11.0"
|
||||||
val errorProneVersion = "2.36.0"
|
val errorProneVersion = "2.36.0"
|
||||||
val byteBuddyVersion = "1.16.1"
|
val byteBuddyVersion = "1.17.0"
|
||||||
val asmVersion = "9.7.1"
|
val asmVersion = "9.7.1"
|
||||||
val jmhVersion = "1.37"
|
val jmhVersion = "1.37"
|
||||||
val mockitoVersion = "4.11.0"
|
val mockitoVersion = "4.11.0"
|
||||||
|
|
|
@ -25,7 +25,7 @@ configurations.named("compileOnly") {
|
||||||
extendsFrom(bbGradlePlugin)
|
extendsFrom(bbGradlePlugin)
|
||||||
}
|
}
|
||||||
|
|
||||||
val byteBuddyVersion = "1.16.1"
|
val byteBuddyVersion = "1.17.0"
|
||||||
val aetherVersion = "1.1.0"
|
val aetherVersion = "1.1.0"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
@ -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)
|
> - **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)
|
> - **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.16.1`
|
**49** **Group:** `net.bytebuddy` **Name:** `byte-buddy-dep` **Version:** `1.17.0`
|
||||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
> - **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.16.1.jar/META-INF/LICENSE](byte-buddy-dep-1.16.1.jar/META-INF/LICENSE)
|
> - **Embedded license files**: [byte-buddy-dep-1.17.0.jar/META-INF/LICENSE](byte-buddy-dep-1.17.0.jar/META-INF/LICENSE)
|
||||||
- [byte-buddy-dep-1.16.1.jar/META-INF/NOTICE](byte-buddy-dep-1.16.1.jar/META-INF/NOTICE)
|
- [byte-buddy-dep-1.17.0.jar/META-INF/NOTICE](byte-buddy-dep-1.17.0.jar/META-INF/NOTICE)
|
||||||
|
|
||||||
**50** **Group:** `org.jetbrains` **Name:** `annotations` **Version:** `13.0`
|
**50** **Group:** `org.jetbrains` **Name:** `annotations` **Version:** `13.0`
|
||||||
> - **POM Project URL**: [http://www.jetbrains.org](http://www.jetbrains.org)
|
> - **POM Project URL**: [http://www.jetbrains.org](http://www.jetbrains.org)
|
||||||
|
|
Loading…
Reference in New Issue