fix(deps): update byte buddy packages to v1.14.15 (main) (patch) (#11299)
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
deac3971d9
commit
c1c9305b15
|
@ -63,7 +63,7 @@ dependencies {
|
|||
implementation("org.owasp:dependency-check-gradle:9.1.0")
|
||||
implementation("ru.vyarus:gradle-animalsniffer-plugin:1.7.1")
|
||||
// When updating, also update dependencyManagement/build.gradle.kts
|
||||
implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.14.14")
|
||||
implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.14.15")
|
||||
implementation("gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.6")
|
||||
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.2")
|
||||
implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.1.0")
|
||||
|
|
|
@ -41,7 +41,7 @@ val DEPENDENCY_BOMS = listOf(
|
|||
val autoServiceVersion = "1.1.1"
|
||||
val autoValueVersion = "1.10.4"
|
||||
val errorProneVersion = "2.27.1"
|
||||
val byteBuddyVersion = "1.14.14"
|
||||
val byteBuddyVersion = "1.14.15"
|
||||
val asmVersion = "9.7"
|
||||
val jmhVersion = "1.37"
|
||||
val mockitoVersion = "4.11.0"
|
||||
|
|
|
@ -24,7 +24,7 @@ configurations.named("compileOnly") {
|
|||
extendsFrom(bbGradlePlugin)
|
||||
}
|
||||
|
||||
val byteBuddyVersion = "1.14.14"
|
||||
val byteBuddyVersion = "1.14.15"
|
||||
val aetherVersion = "1.1.0"
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# javaagent
|
||||
## Dependency License Report
|
||||
_2024-05-05 13:36:49 EEST_
|
||||
_2024-05-08 13:30:20 EEST_
|
||||
## Apache License, Version 2.0
|
||||
|
||||
**1** **Group:** `com.blogspot.mydailyjava` **Name:** `weak-lock-free` **Version:** `0.18`
|
||||
|
@ -208,10 +208,10 @@ _2024-05-05 13:36:49 EEST_
|
|||
> - **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)
|
||||
|
||||
**47** **Group:** `net.bytebuddy` **Name:** `byte-buddy-dep` **Version:** `1.14.14`
|
||||
**47** **Group:** `net.bytebuddy` **Name:** `byte-buddy-dep` **Version:** `1.14.15`
|
||||
> - **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.14.jar/META-INF/LICENSE](byte-buddy-dep-1.14.14.jar/META-INF/LICENSE)
|
||||
- [byte-buddy-dep-1.14.14.jar/META-INF/NOTICE](byte-buddy-dep-1.14.14.jar/META-INF/NOTICE)
|
||||
> - **Embedded license files**: [byte-buddy-dep-1.14.15.jar/META-INF/LICENSE](byte-buddy-dep-1.14.15.jar/META-INF/LICENSE)
|
||||
- [byte-buddy-dep-1.14.15.jar/META-INF/NOTICE](byte-buddy-dep-1.14.15.jar/META-INF/NOTICE)
|
||||
|
||||
**48** **Group:** `org.jetbrains` **Name:** `annotations` **Version:** `13.0`
|
||||
> - **POM Project URL**: [http://www.jetbrains.org](http://www.jetbrains.org)
|
||||
|
|
Loading…
Reference in New Issue