Skip to content

Commit

Permalink
update byte buddy to 1.11.22 (#4547)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Oct 30, 2021
1 parent 0f01bbb commit 8a33514
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conventions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation("org.apache.httpcomponents:httpclient:4.5.13")
implementation("org.gradle:test-retry-gradle-plugin:1.2.1")
// When updating, also update dependencyManagement/build.gradle.kts
implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.11.20")
implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.11.22")
implementation("gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.0")
implementation("me.champeau.jmh:jmh-gradle-plugin:0.6.5")
implementation("net.ltgt.gradle:gradle-errorprone-plugin:2.0.1")
Expand Down
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ val DEPENDENCY_SETS = listOf(
DependencySet(
"net.bytebuddy",
// When updating, also update conventions/build.gradle.kts
"1.11.20",
"1.11.22",
listOf("byte-buddy", "byte-buddy-dep", "byte-buddy-agent", "byte-buddy-gradle-plugin")
),
DependencySet(
Expand Down
4 changes: 2 additions & 2 deletions gradle-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ configurations.named("compileOnly") {
dependencies {
implementation("com.google.guava:guava:30.1.1-jre")
// we need to use byte buddy variant that does not shade asm
implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.11.20") {
implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.11.22") {
exclude(group = "net.bytebuddy", module = "byte-buddy")
}
implementation("net.bytebuddy:byte-buddy-dep:1.11.20")
implementation("net.bytebuddy:byte-buddy-dep:1.11.22")

implementation("org.eclipse.aether:aether-connector-basic:1.1.0")
implementation("org.eclipse.aether:aether-transport-http:1.1.0")
Expand Down

0 comments on commit 8a33514

Please sign in to comment.