Skip to content

Commit

Permalink
Bump byteBuddyVersion from 1.14.4 to 1.14.5 (#8640)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lauri Tulmin <[email protected]>
  • Loading branch information
dependabot[bot] and laurit authored Jun 3, 2023
1 parent aaad2b6 commit 65c5972
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion conventions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,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.4")
implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.14.5")
implementation("gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.0")
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.1")
implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.1.0")
Expand Down
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ val DEPENDENCY_BOMS = listOf(
val autoServiceVersion = "1.1.0"
val autoValueVersion = "1.10.1"
val errorProneVersion = "2.19.1"
val byteBuddyVersion = "1.14.4"
val byteBuddyVersion = "1.14.5"
val asmVersion = "9.5"
val jmhVersion = "1.36"
val mockitoVersion = "4.11.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ configurations.named("compileOnly") {
extendsFrom(bbGradlePlugin)
}

val byteBuddyVersion = "1.14.4"
val byteBuddyVersion = "1.14.5"
val aetherVersion = "1.1.0"

dependencies {
Expand Down
8 changes: 4 additions & 4 deletions licenses/licenses.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 65c5972

Please sign in to comment.